summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-07-16 22:39:31 +0000
committerKarl Heuer <kwzh@gnu.org>1996-07-16 22:39:31 +0000
commit7653e4c65ef5ac8757744f4863b2cf9f1ba327e0 (patch)
tree50e92ce0c6b5678b299ea45d92e18edddd1c7383 /lib-src
parent02773e4e5127c144a939b811a1c44a24e2805593 (diff)
downloademacs-7653e4c65ef5ac8757744f4863b2cf9f1ba327e0.tar.gz
Undo previous change.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/cvtmail.c4
-rw-r--r--lib-src/emacsserver.c7
-rw-r--r--lib-src/sorted-doc.c4
-rw-r--r--lib-src/yow.c4
4 files changed, 1 insertions, 18 deletions
diff --git a/lib-src/cvtmail.c b/lib-src/cvtmail.c
index 83242a988a9..20ef3412439 100644
--- a/lib-src/cvtmail.c
+++ b/lib-src/cvtmail.c
@@ -36,10 +36,6 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
-#ifdef __GNU_LIBRARY__
-# include <string.h>
-#endif
-
char *malloc ();
char *realloc ();
char *getenv ();
diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c
index 3d4d4cf9937..e4ebd7d8be6 100644
--- a/lib-src/emacsserver.c
+++ b/lib-src/emacsserver.c
@@ -85,12 +85,7 @@ int
main ()
{
char system_name[32];
- int s, infd;
-#ifdef __GNU_LIBRARY__
- size_t fromlen;
-#else
- int fromlen;
-#endif
+ int s, infd, fromlen;
struct sockaddr_un server, fromunix;
char *homedir;
char *str, string[BUFSIZ], code[BUFSIZ];
diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c
index cb521866ab5..0ba419d4907 100644
--- a/lib-src/sorted-doc.c
+++ b/lib-src/sorted-doc.c
@@ -8,10 +8,6 @@
#include <stdio.h>
#include <ctype.h>
-#ifdef __GNU_LIBRARY__
-# include <string.h>
-#endif
-
extern char *malloc ();
char *xmalloc ();
diff --git a/lib-src/yow.c b/lib-src/yow.c
index a37563a6f33..b67d2f1eeee 100644
--- a/lib-src/yow.c
+++ b/lib-src/yow.c
@@ -14,10 +14,6 @@
#include <ctype.h>
#include <../src/paths.h> /* For PATH_DATA. */
-#ifdef __GNU_LIBRARY__
-# include <string.h>
-#endif
-
#define BUFSIZE 80
#define SEP '\0'