Changes for Irix 4.0, tested this time:
authorJim Blandy <jimb@redhat.com>
Fri, 18 Jun 1993 23:33:20 +0000 (23:33 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 18 Jun 1993 23:33:20 +0000 (23:33 +0000)
commit5a570e3721ec904cb24436f5fe1e92ec08913e0d
treeef08d4f7c019ae34d1e764515c870ff270331d5c
parent6d68d7937b9a0a79ecaef2dfb264c52fccf0e2ce
Changes for Irix 4.0, tested this time:
* s/irix4-0.h: Get rid of our fake definitions for setpgrp and
getpgrp.
* callproc.c (Fcall_process): Go ahead and use the USG calling
convention for setpgrp.
* ymakefile (pre-crt0.o): Add rule for this.  Perhaps it will help
separate-source-directory compilation.
* emacs.c (shut_down_emacs): Some USG systems #define
EMACS_HAVE_TTY_PGRP; call getpgrp as appropriate for such systems.
* sysdep.c (sys_suspend): Call getpgrp as appropriate for USG and
non-USG.
* process.c [IRIX] (create_process): Don't put child in process
group zero before opening the tty; Irix is like USG in this
regard.
src/callproc.c
src/emacs.c
src/process.c
src/s/irix4-0.h
src/sysdep.c