mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Whoops. Revert patch applied to the wrong tre.
From-SVN: r27737
This commit is contained in:
parent
4ef877d9fb
commit
e8bb250c8d
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user