diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-06-24 15:30:38 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-24 15:30:38 -0600 |
commit | e8bb250c8d23f9560d6876dd1a0539aecf8e5c1b (patch) | |
tree | 236886989f945f9aadca4d894a8fec0ec9b77037 /libiberty/setenv.c | |
parent | 4ef877d9fb14f9a0de21c8a8d0bac1efc2f6860b (diff) | |
download | gcc-e8bb250c8d23f9560d6876dd1a0539aecf8e5c1b.zip gcc-e8bb250c8d23f9560d6876dd1a0539aecf8e5c1b.tar.gz gcc-e8bb250c8d23f9560d6876dd1a0539aecf8e5c1b.tar.bz2 |
Whoops. Revert patch applied to the wrong tre.
From-SVN: r27737
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 ba35aab..8a039d1 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> |