diff options
| author | Karl Heuer | 1996-09-17 03:43:54 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-09-17 03:43:54 +0000 |
| commit | 6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch) | |
| tree | d4aeca53aa080087d8cdf29b430bef944b897e43 /src/process.c | |
| parent | 488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff) | |
| download | emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.zip | |
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/process.c b/src/process.c index b94b1d30969..8880b8c9ca4 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -73,12 +73,12 @@ Boston, MA 02111-1307, USA. */ | |||
| 73 | #define NUMERIC_ADDR_ERROR (numeric_addr == -1) | 73 | #define NUMERIC_ADDR_ERROR (numeric_addr == -1) |
| 74 | #endif | 74 | #endif |
| 75 | 75 | ||
| 76 | #if defined(BSD) || defined(STRIDE) | 76 | #if defined(BSD_SYSTEM) || defined(STRIDE) |
| 77 | #include <sys/ioctl.h> | 77 | #include <sys/ioctl.h> |
| 78 | #if !defined (O_NDELAY) && defined (HAVE_PTYS) && !defined(USG5) | 78 | #if !defined (O_NDELAY) && defined (HAVE_PTYS) && !defined(USG5) |
| 79 | #include <fcntl.h> | 79 | #include <fcntl.h> |
| 80 | #endif /* HAVE_PTYS and no O_NDELAY */ | 80 | #endif /* HAVE_PTYS and no O_NDELAY */ |
| 81 | #endif /* BSD or STRIDE */ | 81 | #endif /* BSD_SYSTEM || STRIDE */ |
| 82 | 82 | ||
| 83 | #ifdef BROKEN_O_NONBLOCK | 83 | #ifdef BROKEN_O_NONBLOCK |
| 84 | #undef O_NONBLOCK | 84 | #undef O_NONBLOCK |
| @@ -1334,7 +1334,7 @@ create_process (process, new_argv, current_dir) | |||
| 1334 | #ifdef BSD4_1 | 1334 | #ifdef BSD4_1 |
| 1335 | sighold (SIGCHLD); | 1335 | sighold (SIGCHLD); |
| 1336 | #else /* not BSD4_1 */ | 1336 | #else /* not BSD4_1 */ |
| 1337 | #if defined (BSD) || defined (UNIPLUS) || defined (HPUX) | 1337 | #if defined (BSD_SYSTEM) || defined (UNIPLUS) || defined (HPUX) |
| 1338 | sigsetmask (sigmask (SIGCHLD)); | 1338 | sigsetmask (sigmask (SIGCHLD)); |
| 1339 | #else /* ordinary USG */ | 1339 | #else /* ordinary USG */ |
| 1340 | #if 0 | 1340 | #if 0 |
| @@ -1504,7 +1504,7 @@ create_process (process, new_argv, current_dir) | |||
| 1504 | #ifdef BSD4_1 | 1504 | #ifdef BSD4_1 |
| 1505 | sigrelse (SIGCHLD); | 1505 | sigrelse (SIGCHLD); |
| 1506 | #else /* not BSD4_1 */ | 1506 | #else /* not BSD4_1 */ |
| 1507 | #if defined (BSD) || defined (UNIPLUS) || defined (HPUX) | 1507 | #if defined (BSD_SYSTEM) || defined (UNIPLUS) || defined (HPUX) |
| 1508 | sigsetmask (SIGEMPTYMASK); | 1508 | sigsetmask (SIGEMPTYMASK); |
| 1509 | #else /* ordinary USG */ | 1509 | #else /* ordinary USG */ |
| 1510 | #if 0 | 1510 | #if 0 |
| @@ -1585,7 +1585,7 @@ create_process (process, new_argv, current_dir) | |||
| 1585 | #ifdef BSD4_1 | 1585 | #ifdef BSD4_1 |
| 1586 | sigrelse (SIGCHLD); | 1586 | sigrelse (SIGCHLD); |
| 1587 | #else /* not BSD4_1 */ | 1587 | #else /* not BSD4_1 */ |
| 1588 | #if defined (BSD) || defined (UNIPLUS) || defined (HPUX) | 1588 | #if defined (BSD_SYSTEM) || defined (UNIPLUS) || defined (HPUX) |
| 1589 | sigsetmask (SIGEMPTYMASK); | 1589 | sigsetmask (SIGEMPTYMASK); |
| 1590 | #else /* ordinary USG */ | 1590 | #else /* ordinary USG */ |
| 1591 | #if 0 | 1591 | #if 0 |