sys/types.h near the top (just on general principles).
********************************************************************** HISTORY
*/
#include <stdio.h>
-#include <sys/fcntl.h>
#include <sys/types.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/socket.h>
#include "udiproc.h"
#include "udisoc.h"
Mon Aug 9 09:53:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put
+ sys/types.h near the top (just on general principles).
+
* environ.c (set_in_environ): Remove G960BASE and G960BIN; they are
no longer used.