openbsd-ports/x11/eterm/patches/patch-src_feature.h.in

12 lines
502 B
C
Raw Normal View History

--- 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