diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-04 00:40:53 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-04 00:40:53 -0700 |
commit | 58eb6cf0f77547d29f4fddca922eb6f98c0ffb28 (patch) | |
tree | dc7bd97ce77e679cfb648145413039dff6ff4c92 /src/s/bsd-common.h | |
parent | ef03a4e61efa0003b1b6be961b58297ccfddc664 (diff) | |
download | emacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.tar.gz |
Remove BSD_PGRPS.
* s/bsd-common.h (BSD_PGRPS): Remove undef.
* s/gnu-linux.h (BSD_PGRPS): Remove.
* term.c (dissociate_if_controlling_tty):
* sysdep.c (narrow_foreground_group, widen_foreground_group)
(init_sys_modes, reset_sys_modes):
* emacs.c (main):
* callproc.c (Fcall_process, child_setup): Remove code depending
on BSD_PGRPS.
Diffstat (limited to 'src/s/bsd-common.h')
-rw-r--r-- | src/s/bsd-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/bsd-common.h b/src/s/bsd-common.h index 9dad7a9b1d9..e44757f19a4 100644 --- a/src/s/bsd-common.h +++ b/src/s/bsd-common.h @@ -48,9 +48,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define SYSV_SYSTEM_DIR -/* POSIX-style pgrp behavior. */ -#undef BSD_PGRPS - #define UNEXEC unexelf.o /* If the system's imake configuration file defines `NeedWidePrototypes' |