Whoops. Revert patch applied to the wrong tre.
authorJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:30:38 +0000 (15:30 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 24 Jun 1999 21:30:38 +0000 (15:30 -0600)
From-SVN: r27737

libiberty/ChangeLog
libiberty/setenv.c
libiberty/xstrdup.c

index 37250a6ebff5b513ad26269892fec55a151d72b4..66936c413530b6d797a9bf8fb3a493a9b5439cfc 100644 (file)
@@ -1,8 +1,3 @@
-Thu Jun 24 22:26:45 1999  Philippe De Muyter  <phdm@macqel.be>
-
-       * setenv.c (sys/types.h, stdio.h): Files included.
-       * xstrdup.c (sys/types.h): File included.
-
 1999-06-21  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
        * configure.in (checkfuncs): Add gettimeofday.
index ba35aabadc2c3f58ce0793dbed06eea371d45eb5..8a039d18fa8d9899d0a53c524616650fefc805c7 100644 (file)
@@ -30,9 +30,6 @@ extern int errno;
 
 #if HAVE_STDLIB_H
 # include <stdlib.h>
-#else
-#include <sys/types.h> /* For `size_t' */
-#include <stdio.h>     /* For `NULL' */
 #endif
 #if HAVE_STRING_H
 # include <string.h>
index 342412806da8155ba19ccda5d93a70a50afe7ebe..e16aba08554b02af84c04f61a464a7f024185bf3 100644 (file)
@@ -5,7 +5,6 @@
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
-#include <sys/types.h> /* For `size_t' */
 #ifdef HAVE_STRING_H
 #include <string.h>
 #endif