summaryrefslogtreecommitdiff
path: root/src/=Makefile.in
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-16 23:49:54 +0000
committerJim Blandy <jimb@redhat.com>1993-06-16 23:49:54 +0000
commit1abc056c9b0fdf45df6b8c0a93e1f36c4222ef7e (patch)
treea83ae0cc4ffc6ae593dec4d44d5250330ce98f10 /src/=Makefile.in
parent04ec456ceb11c021d040a173542f4909c1f5530a (diff)
downloademacs-1abc056c9b0fdf45df6b8c0a93e1f36c4222ef7e.tar.gz
Changes for correct pgrp behavior from Bob Glickstein
<bobg@zindigo.z-code.com>: * m/iris4d.h (LIB_STANDARD): Do include -lbsd here. * s/irix4-0.h (USE_IRIX_BSDPGRP): #define this. (GETPGRP_NO_ARG): Don't #define this. * callproc.c [USE_IRIX_BSDPGRP] (Fcall_process): Call BSDsetpgrp instead of plain setpgrp. [USE_IRIX_BSDPGRP] (child_setup): Same. * emacs.c [GETPGRP_NO_ARG] (main, shut_down_emacs): CPP clauses deleted; this flag isn't needed anymore. [USE_IRIX_BSDPGRP] (main, shut_down_emacs): Call BSDsetpgrp and BSDgetpgrp instead of plain setpgrp and getpgrp. * process.c [USE_IRIX_BSDPGRP] (create_process): Don't call setpgrp before opening the tty. Call BSDsetpgrp instead of setpgrp, after opening the tty. * sysdep.c [USE_IRIX_BSDPGRP] (sys_suspend, narrow_foreground_group, widen_foreground_group): Call BSDgetpgrp and BSDsetpgrp instead of getpgrp and setpgrp.
Diffstat (limited to 'src/=Makefile.in')
0 files changed, 0 insertions, 0 deletions