Mercurial > emacs
changeset 16071:4083b6043ea9
Include signal.h properly;
delete the duplicate includes for it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Sep 1996 05:45:58 +0000 |
parents | 5aa311b84644 |
children | 3c57dbbf9d95 |
files | lib-src/emacsserver.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/emacsserver.c Mon Sep 02 05:39:36 1996 +0000 +++ b/lib-src/emacsserver.c Mon Sep 02 05:45:58 1996 +0000 @@ -26,7 +26,7 @@ up to the Emacs which then executes them. */ #define NO_SHORTNAMES -#include <signal.h> +#include <sys/signal.h> #include <../src/config.h> #undef read #undef write @@ -52,7 +52,6 @@ #include <sys/types.h> #include <sys/file.h> #include <sys/socket.h> -#include <sys/signal.h> #include <sys/un.h> #include <stdio.h> #include <errno.h> @@ -384,7 +383,6 @@ #else /* This is the SYSV IPC section */ #include <sys/types.h> -#include <sys/signal.h> #include <sys/ipc.h> #include <sys/msg.h> #include <setjmp.h>