From: Richard M. Stallman Date: Wed, 15 Mar 1995 23:32:19 +0000 (+0000) Subject: Use BSD sockets whenever available, even if HAVE_SYSVIPC. X-Git-Tag: emacs-19.34~4827 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1e203d20c855d68a83d0f9a0acec6e39a1067ea;p=emacs.git Use BSD sockets whenever available, even if HAVE_SYSVIPC. --- diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index b7b948e7fd6..11726eb3f72 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c @@ -45,7 +45,7 @@ main () #else /* HAVE_SOCKETS or HAVE_SYSVIPC */ -#if ! defined (HAVE_SYSVIPC) +#if defined (HAVE_SOCKETS) /* BSD code is very different from SYSV IPC code */ #include