* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 14:28:32 +0000 (14:28 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 5 Aug 1993 14:28:32 +0000 (14:28 +0000)
gdb/29k-share/udi/udip2soc.c
gdb/ChangeLog

index 9232fd8..feb23b4 100644 (file)
@@ -27,7 +27,12 @@ static  char udip2soc_c_AMD[]="@(#)udip2soc.c        2.8, AMD";
 #include <stdio.h>
 #include <string.h>
 #include <sys/file.h>
-#include <sys/fcntl.h>
+
+/* This used to say sys/fcntl.h, but the only systems I know of that
+   require that are old (pre-4.3, at least) BSD systems, which we
+   probably don't need to worry about.  */
+#include <fcntl.h>
+
 #include <sys/wait.h>
 #include <sys/time.h>
 #include <sys/resource.h>
index 12bb27a..b552c5c 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug  5 08:58:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
+
 Wed Aug  4 18:32:12 1993  Fred Fish  (fnf@cygnus.com)
 
        * inflow.c (pass_signal):  Signal handlers take one int arg;