aboutsummaryrefslogtreecommitdiffstats
path: root/x11/eterm/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'x11/eterm/files/patch-ag')
-rw-r--r--x11/eterm/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/eterm/files/patch-ag b/x11/eterm/files/patch-ag
new file mode 100644
index 000000000000..13ba71fbac01
--- /dev/null
+++ b/x11/eterm/files/patch-ag
@@ -0,0 +1,11 @@
+--- src/feature.h.in.orig Thu Nov 25 20:50:37 1999
++++ src/feature.h.in Thu Nov 25 20:50:49 1999
+@@ -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