fix up header file dependencies
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 9 Oct 1982 21:39:55 +0000 (13:39 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Sat, 9 Oct 1982 21:39:55 +0000 (13:39 -0800)
SCCS-vsn: sys/kern/uipc_syscalls.c 4.30
SCCS-vsn: sys/kern/uipc_mbuf.c 1.38
SCCS-vsn: sys/kern/uipc_pipe.c 4.16
SCCS-vsn: sys/kern/uipc_proto.c 4.25
SCCS-vsn: sys/kern/uipc_socket.c 4.52
SCCS-vsn: sys/kern/uipc_socket2.c 4.28

usr/src/sys/kern/uipc_mbuf.c
usr/src/sys/kern/uipc_pipe.c
usr/src/sys/kern/uipc_proto.c
usr/src/sys/kern/uipc_socket.c
usr/src/sys/kern/uipc_socket2.c
usr/src/sys/kern/uipc_syscalls.c

index 63c251d..323539d 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_mbuf.c     1.37    82/10/05        */
+/*     uipc_mbuf.c     1.38    82/10/09        */
 
 #include "../h/param.h"
 #include "../h/dir.h"
 
 #include "../h/param.h"
 #include "../h/dir.h"
@@ -8,7 +8,6 @@
 #include "../h/cmap.h"
 #include "../h/map.h"
 #include "../h/mbuf.h"
 #include "../h/cmap.h"
 #include "../h/map.h"
 #include "../h/mbuf.h"
-#include "../net/in_systm.h"           /* XXX */
 #include "../h/vm.h"
 
 mbinit()
 #include "../h/vm.h"
 
 mbinit()
index a7437a1..3e2e20b 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_pipe.c     4.15    82/10/05        */
+/*     uipc_pipe.c     4.16    82/10/09        */
 
 #include "../h/param.h"
 #include "../h/dir.h"
 
 #include "../h/param.h"
 #include "../h/dir.h"
@@ -7,7 +7,6 @@
 #include "../h/protosw.h"
 #include "../h/socket.h"
 #include "../h/socketvar.h"
 #include "../h/protosw.h"
 #include "../h/socket.h"
 #include "../h/socketvar.h"
-#include "../net/in_systm.h"           /* XXX */
 
 int    piusrreq();
 #define        PIPSIZ  4096
 
 int    piusrreq();
 #define        PIPSIZ  4096
index b94d519..57a6f62 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_proto.c    4.24    82/10/03        */
+/*     uipc_proto.c    4.25    82/10/09        */
 
 #include "../h/param.h"
 #include "../h/socket.h"
 
 #include "../h/param.h"
 #include "../h/socket.h"
@@ -6,8 +6,8 @@
 #include "../h/mbuf.h"
 #include <time.h>
 #include "../h/kernel.h"
 #include "../h/mbuf.h"
 #include <time.h>
 #include "../h/kernel.h"
-#include "../net/in.h"
-#include "../net/in_systm.h"
+#include "../netinet/in.h"
+#include "../netinet/in_systm.h"
 
 /*
  * Protocol configuration table and routines to search it.
 
 /*
  * Protocol configuration table and routines to search it.
index bce1564..e6c8667 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_socket.c   4.51    82/10/05        */
+/*     uipc_socket.c   4.52    82/10/09        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/socketvar.h"
 #include "../h/stat.h"
 #include "../h/ioctl.h"
 #include "../h/socketvar.h"
 #include "../h/stat.h"
 #include "../h/ioctl.h"
-#include "../net/in.h"
-#include "../net/in_systm.h"
-#include "../net/route.h"
 #include "../h/uio.h"
 #include "../h/uio.h"
+#include "../net/route.h"
 
 /*
  * Socket operation routines.
 
 /*
  * Socket operation routines.
index 1525bcb..40609e3 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_socket2.c  4.27    82/10/05        */
+/*     uipc_socket2.c  4.28    82/10/09        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -12,8 +12,6 @@
 #include "../h/protosw.h"
 #include "../h/socket.h"
 #include "../h/socketvar.h"
 #include "../h/protosw.h"
 #include "../h/socket.h"
 #include "../h/socketvar.h"
-#include "../net/in.h"
-#include "../net/in_systm.h"
 
 /*
  * Primitive routines for operating on sockets and socket buffers
 
 /*
  * Primitive routines for operating on sockets and socket buffers
index 6be68d4..1be3f8b 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_syscalls.c 4.29    82/10/05        */
+/*     uipc_syscalls.c 4.30    82/10/09        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -12,8 +12,6 @@
 #include "../h/protosw.h"
 #include "../h/socket.h"
 #include "../h/socketvar.h"
 #include "../h/protosw.h"
 #include "../h/socket.h"
 #include "../h/socketvar.h"
-#include "../net/in.h"
-#include "../net/in_systm.h"
 #include "../h/descrip.h"
 #include "../h/uio.h"
 
 #include "../h/descrip.h"
 #include "../h/uio.h"