openbsd-ports/x11/eterm/patches/patch-src_feature.h.in
brad 1aabea36aa - fix utmp handling
- tmpnam() -> mkstemp()
--
From: Cameron Lerch <opcode@skylab.2y.net>
2000-08-12 08:31:48 +00:00

12 lines
502 B
C

--- src/feature.h.in.orig Wed Aug 18 16:54:24 1999
+++ src/feature.h.in Thu Aug 10 20:56:03 2000
@@ -380,7 +380,7 @@
* may seem to be owned by root. But if you define this and don't have them,
* the utmp and tty stuff could break. Do some testing. DO NOT get this one
* wrong! */
-/* #define HAVE_SAVED_UIDS */
+#define HAVE_SAVED_UIDS
/* Use getgrnam() to determine the group id of TTY_GRP_NAME, and chgrp tty
* device files to that group. This should be ok on SVR4 and Linux systems