summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-03 15:15:38 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-03 15:15:38 -0700
commitadda4c05eceddca7ecb4470d9804a0fa2da8c12c (patch)
tree330db195931a0018999c0bb24c0d46091c0a89ea
parent817c2d6fe0bea3910d335a0f0ae6d69e358dd9da (diff)
Drop ancient A/UX compatibility hack
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-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