hz not in systm.h anymore
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1983 10:45:30 +0000 (02:45 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 11 Feb 1983 10:45:30 +0000 (02:45 -0800)
SCCS-vsn: sys/vax/vax/tu.c 4.13
SCCS-vsn: sys/vax/uba/dz.c 4.50
SCCS-vsn: sys/vax/uba/rk.c 4.53
SCCS-vsn: sys/vax/uba/up.c 4.67
SCCS-vsn: sys/net/if.c 4.25

usr/src/sys/net/if.c
usr/src/sys/vax/uba/dz.c
usr/src/sys/vax/uba/rk.c
usr/src/sys/vax/uba/up.c
usr/src/sys/vax/vax/tu.c

index f324603..076699f 100644 (file)
@@ -1,9 +1,12 @@
-/*     if.c    4.24    82/11/13        */
+/*     if.c    4.25    83/02/10        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/socket.h"
 #include "../h/protosw.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
 #include "../h/socket.h"
 #include "../h/protosw.h"
+#include "../h/time.h"
+#include "../h/kernel.h"
+
 #include "../net/if.h"
 #include "../net/af.h"
 
 #include "../net/if.h"
 #include "../net/af.h"
 
index fcf2c5b..b1e83db 100644 (file)
@@ -1,4 +1,4 @@
-/*     dz.c    4.49    82/12/30        */
+/*     dz.c    4.50    83/02/10        */
 
 #include "dz.h"
 #if NDZ > 0
 
 #include "dz.h"
 #if NDZ > 0
@@ -25,6 +25,7 @@
 #include "../h/bk.h"
 #include "../h/file.h"
 #include "../h/uio.h"
 #include "../h/bk.h"
 #include "../h/file.h"
 #include "../h/uio.h"
+#include "../h/kernel.h"
 
 #include "../vaxuba/pdma.h"
 #include "../vaxuba/ubavar.h"
 
 #include "../vaxuba/pdma.h"
 #include "../vaxuba/ubavar.h"
index 6868f1a..57974b5 100644 (file)
@@ -1,4 +1,4 @@
-/*     rk.c    4.52    83/02/10        */
+/*     rk.c    4.53    83/02/10        */
 
 #include "rk.h"
 #if NHK > 0
 
 #include "rk.h"
 #if NHK > 0
@@ -32,6 +32,7 @@ int   rkbdebug;
 #include "../h/cmap.h"
 #include "../h/dkbad.h"
 #include "../h/uio.h"
 #include "../h/cmap.h"
 #include "../h/dkbad.h"
 #include "../h/uio.h"
+#include "../h/kernel.h"
 
 #include "../vax/cpu.h"
 #include "../vaxuba/ubareg.h"
 
 #include "../vax/cpu.h"
 #include "../vaxuba/ubareg.h"
index e534cd7..3d5fcb9 100644 (file)
@@ -1,4 +1,4 @@
-/*     up.c    4.66    83/02/10        */
+/*     up.c    4.67    83/02/10        */
 
 #include "up.h"
 #if NSC > 0
 
 #include "up.h"
 #if NSC > 0
@@ -25,6 +25,7 @@
 #include "../h/vm.h"
 #include "../h/cmap.h"
 #include "../h/uio.h"
 #include "../h/vm.h"
 #include "../h/cmap.h"
 #include "../h/uio.h"
+#include "../h/kernel.h"
 #include "../h/dkbad.h"
 #include "../vax/cpu.h"
 #include "../vax/nexus.h"
 #include "../h/dkbad.h"
 #include "../vax/cpu.h"
 #include "../vax/nexus.h"
index 6b0e98a..681b2a5 100644 (file)
@@ -1,4 +1,4 @@
-/*     tu.c    4.12    82/11/13        */
+/*     tu.c    4.13    83/02/10        */
 
 #if defined(VAX750) || defined(VAX730)
 /*
 
 #if defined(VAX750) || defined(VAX730)
 /*
@@ -20,6 +20,7 @@
 #include "../h/conf.h"
 #include "../h/dir.h"
 #include "../h/user.h"
 #include "../h/conf.h"
 #include "../h/dir.h"
 #include "../h/user.h"
+#include "../h/kernel.h"
 
 #include "../vax/cpu.h"
 #include "../vax/mtpr.h"
 
 #include "../vax/cpu.h"
 #include "../vax/mtpr.h"