diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/emacsserver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index b25b58f38aa..fa3c3403655 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c | |||
| @@ -569,7 +569,6 @@ main () | |||
| 569 | 569 | ||
| 570 | #endif /* HAVE_SYSVIPC */ | 570 | #endif /* HAVE_SYSVIPC */ |
| 571 | 571 | ||
| 572 | #endif /* HAVE_SOCKETS or HAVE_SYSVIPC */ | ||
| 573 | 572 | ||
| 574 | /* This is like perror but puts `Error: ' at the beginning. */ | 573 | /* This is like perror but puts `Error: ' at the beginning. */ |
| 575 | 574 | ||
| @@ -594,3 +593,4 @@ fatal_error (string) | |||
| 594 | fprintf (stderr, string); | 593 | fprintf (stderr, string); |
| 595 | exit (1); | 594 | exit (1); |
| 596 | } | 595 | } |
| 596 | #endif /* HAVE_SOCKETS or HAVE_SYSVIPC */ | ||