Mercurial > hg > xemacs-beta
comparison lib-src/gnuslib.c @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 2d532a89d707 |
children | 11cf20601dec |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
31 | 31 |
32 #if 0 | 32 #if 0 |
33 static char rcsid [] = "!Header: gnuslib.c,v 2.4 95/02/16 11:57:37 arup alpha !"; | 33 static char rcsid [] = "!Header: gnuslib.c,v 2.4 95/02/16 11:57:37 arup alpha !"; |
34 #endif | 34 #endif |
35 | 35 |
36 #include "gnuserv.h" | |
36 #include <errno.h> | 37 #include <errno.h> |
37 #include "gnuserv.h" | |
38 | 38 |
39 #ifdef SYSV_IPC | 39 #ifdef SYSV_IPC |
40 static int connect_to_ipc_server (void); | 40 static int connect_to_ipc_server (void); |
41 #endif | 41 #endif |
42 #ifdef UNIX_DOMAIN_SOCKETS | 42 #ifdef UNIX_DOMAIN_SOCKETS |