summaryrefslogtreecommitdiff
path: root/x11/xterm/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xterm/patches/patch-ad')
-rw-r--r--x11/xterm/patches/patch-ad25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/xterm/patches/patch-ad b/x11/xterm/patches/patch-ad
deleted file mode 100644
index 24ce0bd80c2..00000000000
--- a/x11/xterm/patches/patch-ad
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2004/10/21 07:39:43 minskim Exp $
-
---- main.c.orig Sun Aug 15 16:07:59 2004
-+++ main.c
-@@ -283,6 +283,10 @@ ttyslot()
-
- #else
-
-+#ifndef HAVE_SETPGRP
-+#define setpgrp setpgid
-+#endif
-+
- #ifndef linux
- #ifndef VMS
- #ifndef USE_POSIX_TERMIOS
-@@ -295,7 +299,9 @@ ttyslot()
- #else
- #include <sys/resource.h>
- #endif
-+#ifdef HAVE_INITGROUPS
- #define HAS_BSD_GROUPS
-+#endif
- #endif /* !VMS */
- #endif /* !linux */
-