diff options
| author | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
| commit | 5e617bc2b62189768814fafd1a875e89a094d3ef (patch) | |
| tree | d96d22e012035d044557abf4de0b8e30b03d61b7 /src/sysdep.c | |
| parent | 9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff) | |
| download | emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip | |
Whitespace changes.
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index e20bd591da1..f97a8585253 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -300,7 +300,7 @@ wait_for_termination_1 (int pid, int interruptible) | |||
| 300 | { | 300 | { |
| 301 | while (1) | 301 | while (1) |
| 302 | { | 302 | { |
| 303 | #if (defined (BSD_SYSTEM) || defined (HPUX)) && !defined(__GNU__) | 303 | #if (defined (BSD_SYSTEM) || defined (HPUX)) && !defined (__GNU__) |
| 304 | /* Note that kill returns -1 even if the process is just a zombie now. | 304 | /* Note that kill returns -1 even if the process is just a zombie now. |
| 305 | But inevitably a SIGCHLD interrupt should be generated | 305 | But inevitably a SIGCHLD interrupt should be generated |
| 306 | and child_sig will do wait3 and make the process go away. */ | 306 | and child_sig will do wait3 and make the process go away. */ |
| @@ -1326,7 +1326,7 @@ setup_pty (int fd) | |||
| 1326 | Since the latter lossage is more benign, we may as well | 1326 | Since the latter lossage is more benign, we may as well |
| 1327 | lose that way. -- cph */ | 1327 | lose that way. -- cph */ |
| 1328 | #ifdef FIONBIO | 1328 | #ifdef FIONBIO |
| 1329 | #if defined(UNIX98_PTYS) | 1329 | #if defined (UNIX98_PTYS) |
| 1330 | { | 1330 | { |
| 1331 | int on = 1; | 1331 | int on = 1; |
| 1332 | ioctl (fd, FIONBIO, &on); | 1332 | ioctl (fd, FIONBIO, &on); |
| @@ -1499,7 +1499,7 @@ sys_signal (int signal_number, signal_handler_t action) | |||
| 1499 | after a signal that sets the interrupt_input_pending flag. */ | 1499 | after a signal that sets the interrupt_input_pending flag. */ |
| 1500 | /* Non-interactive keyboard input goes through stdio, where we always | 1500 | /* Non-interactive keyboard input goes through stdio, where we always |
| 1501 | want restartable system calls. */ | 1501 | want restartable system calls. */ |
| 1502 | # if defined (BROKEN_SA_RESTART) || defined(SYNC_INPUT) | 1502 | # if defined (BROKEN_SA_RESTART) || defined (SYNC_INPUT) |
| 1503 | if (noninteractive) | 1503 | if (noninteractive) |
| 1504 | # endif | 1504 | # endif |
| 1505 | new_action.sa_flags = SA_RESTART; | 1505 | new_action.sa_flags = SA_RESTART; |
| @@ -2040,7 +2040,7 @@ rename (const char *from, const char *to) | |||
| 2040 | #endif | 2040 | #endif |
| 2041 | 2041 | ||
| 2042 | 2042 | ||
| 2043 | #if defined(HPUX) && !defined(HAVE_PERROR) | 2043 | #if defined (HPUX) && !defined (HAVE_PERROR) |
| 2044 | 2044 | ||
| 2045 | /* HPUX curses library references perror, but as far as we know | 2045 | /* HPUX curses library references perror, but as far as we know |
| 2046 | it won't be called. Anyway this definition will do for now. */ | 2046 | it won't be called. Anyway this definition will do for now. */ |