diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-24 21:30:38 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-06-24 21:30:38 +0000 |
commit | 5ef603ce4ed47422ed4a69c204eb50e36e575662 (patch) | |
tree | 236886989f945f9aadca4d894a8fec0ec9b77037 /libiberty/setenv.c | |
parent | f72cbe85b80644fca327c5de8a98144ca430db22 (diff) | |
download | gcc-5ef603ce4ed47422ed4a69c204eb50e36e575662.tar.gz |
Whoops. Revert patch applied to the wrong tre.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27737 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/setenv.c')
-rw-r--r-- | libiberty/setenv.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <stdlib.h> -#else -#include <sys/types.h> /* For `size_t' */ -#include <stdio.h> /* For `NULL' */ #endif #if HAVE_STRING_H # include <string.h> |