* system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 4 May 2000 19:16:21 +0000 (19:16 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 4 May 2000 19:16:21 +0000 (19:16 +0000)
From-SVN: r33681

gcc/ChangeLog
gcc/system.h

index d99e531..d98b171 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.
+
 2000-05-04  Mumit Khan  <khan@xraylith.wisc.edu>
 
        * i386/cygwin.h (CPP_PREDEFINES): Don't define __STDC__. Move 
index 91ef56e..0e2b6aa 100644 (file)
@@ -164,9 +164,7 @@ extern int fputs_unlocked PARAMS ((const char *, FILE *));
 #define TARGET_ESC 033
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>
-#endif
 
 #include <errno.h>