*/
#include <stdio.h>
#include <string.h>
+
+/* Before sys/file.h for Unixware. */
+#include <sys/types.h>
+
#include <sys/file.h>
/* This used to say sys/fcntl.h, but the only systems I know of that
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/resource.h>
-#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.
+
* config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
* inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.