diff options
| author | Dan Nicolaescu | 2010-05-04 00:40:53 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-05-04 00:40:53 -0700 |
| commit | 58eb6cf0f77547d29f4fddca922eb6f98c0ffb28 (patch) | |
| tree | dc7bd97ce77e679cfb648145413039dff6ff4c92 /src/s | |
| parent | ef03a4e61efa0003b1b6be961b58297ccfddc664 (diff) | |
| download | emacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.tar.gz emacs-58eb6cf0f77547d29f4fddca922eb6f98c0ffb28.zip | |
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')
| -rw-r--r-- | src/s/bsd-common.h | 3 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
2 files changed, 0 insertions, 8 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/>. */ | |||
| 48 | 48 | ||
| 49 | #define SYSV_SYSTEM_DIR | 49 | #define SYSV_SYSTEM_DIR |
| 50 | 50 | ||
| 51 | /* POSIX-style pgrp behavior. */ | ||
| 52 | #undef BSD_PGRPS | ||
| 53 | |||
| 54 | #define UNEXEC unexelf.o | 51 | #define UNEXEC unexelf.o |
| 55 | 52 | ||
| 56 | /* If the system's imake configuration file defines `NeedWidePrototypes' | 53 | /* If the system's imake configuration file defines `NeedWidePrototypes' |
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 218af42bac4..b9cab20b273 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -206,11 +206,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 206 | #define HAVE_XRMSETDATABASE | 206 | #define HAVE_XRMSETDATABASE |
| 207 | #endif | 207 | #endif |
| 208 | 208 | ||
| 209 | /* Use BSD process groups, but use setpgid() instead of setpgrp() to | ||
| 210 | actually set a process group. */ | ||
| 211 | /* Interesting: only GNU/Linux defines this, but the BSDs do not... */ | ||
| 212 | /* #define BSD_PGRPS */ | ||
| 213 | |||
| 214 | #define NARROWPROTO 1 | 209 | #define NARROWPROTO 1 |
| 215 | 210 | ||
| 216 | /* Use mmap directly for allocating larger buffers. */ | 211 | /* Use mmap directly for allocating larger buffers. */ |