From adda4c05eceddca7ecb4470d9804a0fa2da8c12c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 3 Oct 2009 15:15:38 -0700 Subject: Drop ancient A/UX compatibility hack Signed-off-by: Alan Coopersmith --- xinit.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xinit.c') 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 -- cgit v1.2.3