Mercurial > emacs
changeset 11031:a6d5c39ed964
Use BSD sockets whenever available, even if HAVE_SYSVIPC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 15 Mar 1995 23:32:19 +0000 |
parents | 3345f6426f49 |
children | 4b411b6a4e70 |
files | lib-src/emacsserver.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/emacsserver.c Wed Mar 15 23:31:02 1995 +0000 +++ b/lib-src/emacsserver.c Wed Mar 15 23:32:19 1995 +0000 @@ -45,7 +45,7 @@ #else /* HAVE_SOCKETS or HAVE_SYSVIPC */ -#if ! defined (HAVE_SYSVIPC) +#if defined (HAVE_SOCKETS) /* BSD code is very different from SYSV IPC code */ #include <sys/types.h>