From e8bb250c8d23f9560d6876dd1a0539aecf8e5c1b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 24 Jun 1999 15:30:38 -0600 Subject: [PATCH] Whoops. Revert patch applied to the wrong tre. From-SVN: r27737 --- libiberty/ChangeLog | 5 ----- libiberty/setenv.c | 3 --- libiberty/xstrdup.c | 1 - 3 files changed, 9 deletions(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 37250a6ebff..66936c41353 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,8 +1,3 @@ -Thu Jun 24 22:26:45 1999 Philippe De Muyter - - * setenv.c (sys/types.h, stdio.h): Files included. - * xstrdup.c (sys/types.h): File included. - 1999-06-21 Andreas Schwab * configure.in (checkfuncs): Add gettimeofday. diff --git a/libiberty/setenv.c b/libiberty/setenv.c index ba35aabadc2..8a039d18fa8 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -30,9 +30,6 @@ extern int errno; #if HAVE_STDLIB_H # include -#else -#include /* For `size_t' */ -#include /* For `NULL' */ #endif #if HAVE_STRING_H # include diff --git a/libiberty/xstrdup.c b/libiberty/xstrdup.c index 342412806da..e16aba08554 100644 --- a/libiberty/xstrdup.c +++ b/libiberty/xstrdup.c @@ -5,7 +5,6 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include /* For `size_t' */ #ifdef HAVE_STRING_H #include #endif