diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:15:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-03 15:15:38 -0700 |
commit | adda4c05eceddca7ecb4470d9804a0fa2da8c12c (patch) | |
tree | 330db195931a0018999c0bb24c0d46091c0a89ea | |
parent | 817c2d6fe0bea3910d335a0f0ae6d69e358dd9da (diff) |
Drop ancient A/UX compatibility hack
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | xinit.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |