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
commitd283640e036580b300c829e102c7237d844c7019 (patch)
tree3c1c9195692dbea18fcdcb4b904afe19d5e694d5 /lib-src
parent9f80a1c88958bd05242d96a22563e4fc178ad5e5 (diff)
downloademacs-d283640e036580b300c829e102c7237d844c7019.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'