summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xinit.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/xinit.c b/xinit.c
index 163075e..ac376fc 100644
--- a/xinit.c
+++ b/xinit.c
@@ -102,12 +102,6 @@ char **newenvironlast = NULL;
# endif
#endif
-/* A/UX setpgid incorrectly removes the controlling terminal.
- Per Posix, only setsid should do that. */
-#ifdef macII
-#define setpgid setpgrp
-#endif
-
#ifdef __UNIXOS2__
#define HAS_EXECVPE
#endif