SunOS 4.0.3 has no sys/stdtypes.h
authorKen Raeburn <raeburn@cygnus>
Mon, 28 Dec 1992 18:38:10 +0000 (18:38 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 28 Dec 1992 18:38:10 +0000 (18:38 +0000)
gas/config/ho-sunos.h

index 1562800..bdaf2d5 100644 (file)
@@ -28,7 +28,7 @@ extern int memset ();
 #endif
 
 /* #include <sys/stdtypes.h> before <stddef.h> when compiling by GCC.  */
-#include <sys/stdtypes.h>
+/* #include <sys/stdtypes.h> */
 #include <stddef.h>
 #include <ctype.h>
 #include <string.h>