* callproc.c (Fcall_process, child_setup): If IRIX is #defined,
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 22:03:06 +0000 (22:03 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 22:03:06 +0000 (22:03 +0000)
commitb5aaed99d0021ea3c2943f98225239d051e60007
treeeb28fa9b1d2c7ce03fc34cdcfcbc9c824dc93d43
parentcca310dacfa95c43da82eb74136c56ad285fc33b
* callproc.c (Fcall_process, child_setup): If IRIX is #defined,
call setpgrp with arguments, even if USG is #defined.
* process.c [IRIX] (create_process): Don't call setpgrp before
opening the pty.  Call it after doing the TIOCNOTTY ioctl.
src/callproc.c
src/process.c