get rid of dir.h
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 18 Feb 1990 03:04:35 +0000 (19:04 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sun, 18 Feb 1990 03:04:35 +0000 (19:04 -0800)
SCCS-vsn: sys/vax/uba/tmscp.c 7.9
SCCS-vsn: sys/vax/uba/ts.c 7.8
SCCS-vsn: sys/vax/uba/qd.c 1.14
SCCS-vsn: sys/vax/uba/vs.c 7.5
SCCS-vsn: sys/vax/uba/qv.c 1.12
SCCS-vsn: sys/vax/uba/ad.c 7.6
SCCS-vsn: sys/vax/uba/ct.c 7.4
SCCS-vsn: sys/vax/uba/dh.c 7.10
SCCS-vsn: sys/vax/uba/dhu.c 7.9
SCCS-vsn: sys/vax/uba/dmf.c 7.10
SCCS-vsn: sys/vax/uba/dmx.c 1.4
SCCS-vsn: sys/vax/uba/dmz.c 7.7
SCCS-vsn: sys/vax/uba/dn.c 7.5
SCCS-vsn: sys/vax/uba/dz.c 7.6
SCCS-vsn: sys/vax/uba/idc.c 7.9
SCCS-vsn: sys/vax/uba/ik.c 7.5
SCCS-vsn: sys/vax/uba/lp.c 7.5
SCCS-vsn: sys/vax/uba/lpa.c 7.3
SCCS-vsn: sys/vax/uba/np.c 7.5
SCCS-vsn: sys/vax/uba/ps.c 7.4
SCCS-vsn: sys/vax/uba/qd_data.c 1.3
SCCS-vsn: sys/vax/uba/rk.c 7.8
SCCS-vsn: sys/vax/uba/rl.c 7.9
SCCS-vsn: sys/vax/uba/tm.c 7.8
SCCS-vsn: sys/vax/uba/uba.c 7.8
SCCS-vsn: sys/vax/uba/uda.c 7.26
SCCS-vsn: sys/vax/uba/up.c 7.9
SCCS-vsn: sys/vax/uba/ut.c 7.6
SCCS-vsn: sys/vax/uba/va.c 7.3
SCCS-vsn: sys/vax/uba/vp.c 7.3

30 files changed:
usr/src/sys/vax/uba/ad.c
usr/src/sys/vax/uba/ct.c
usr/src/sys/vax/uba/dh.c
usr/src/sys/vax/uba/dhu.c
usr/src/sys/vax/uba/dmf.c
usr/src/sys/vax/uba/dmx.c
usr/src/sys/vax/uba/dmz.c
usr/src/sys/vax/uba/dn.c
usr/src/sys/vax/uba/dz.c
usr/src/sys/vax/uba/idc.c
usr/src/sys/vax/uba/ik.c
usr/src/sys/vax/uba/lp.c
usr/src/sys/vax/uba/lpa.c
usr/src/sys/vax/uba/np.c
usr/src/sys/vax/uba/ps.c
usr/src/sys/vax/uba/qd.c
usr/src/sys/vax/uba/qd_data.c
usr/src/sys/vax/uba/qv.c
usr/src/sys/vax/uba/rk.c
usr/src/sys/vax/uba/rl.c
usr/src/sys/vax/uba/tm.c
usr/src/sys/vax/uba/tmscp.c
usr/src/sys/vax/uba/ts.c
usr/src/sys/vax/uba/uba.c
usr/src/sys/vax/uba/uda.c
usr/src/sys/vax/uba/up.c
usr/src/sys/vax/uba/ut.c
usr/src/sys/vax/uba/va.c
usr/src/sys/vax/uba/vp.c
usr/src/sys/vax/uba/vs.c

index 9ea2192..c4bd375 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ad.c        7.5 (Berkeley) %G%
+ *     @(#)ad.c        7.6 (Berkeley) %G%
  */
 
 #include "ad.h"
  */
 
 #include "ad.h"
@@ -15,7 +15,6 @@
 
 #include "param.h"
 #include "ioctl.h"
 
 #include "param.h"
 #include "ioctl.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
index df74f96..b9f2e9c 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ct.c        7.3 (Berkeley) %G%
+ *     @(#)ct.c        7.4 (Berkeley) %G%
  */
 
 #include "ct.h"
  */
 
 #include "ct.h"
@@ -20,7 +20,6 @@
 #include "map.h"
 #include "buf.h"
 #include "conf.h"
 #include "map.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "kernel.h"
 #include "tsleep.h"
 #include "user.h"
 #include "kernel.h"
 #include "tsleep.h"
index 4c20a54..31d9627 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dh.c        7.9 (Berkeley) %G%
+ *     @(#)dh.c        7.10 (Berkeley) %G%
  */
 
 #include "dh.h"
  */
 
 #include "dh.h"
@@ -17,7 +17,6 @@
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
index c091462..15983ee 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dhu.c       7.8 (Berkeley) %G%
+ *     @(#)dhu.c       7.9 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -23,7 +23,6 @@
 
 #include "param.h"
 #include "conf.h"
 
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
index 93ebc6b..5c676e9 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dmf.c       7.9 (Berkeley) %G%
+ *     @(#)dmf.c       7.10 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -28,7 +28,6 @@
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
index 975781a..edfc7ac 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dmx.c       1.3 (Berkeley) %G%
+ *     @(#)dmx.c       1.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -19,7 +19,6 @@
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
index 4d99ef1..78f44a1 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dmz.c       7.6 (Berkeley) %G%
+ *     @(#)dmz.c       7.7 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -19,7 +19,6 @@
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
 #include "uba.h"
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
 #include "user.h"
 #include "proc.h"
 #include "ioctl.h"
index 53501ed..ea54a58 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dn.c        7.4 (Berkeley) %G%
+ *     @(#)dn.c        7.5 (Berkeley) %G%
  */
 
 #include "dn.h"
  */
 
 #include "dn.h"
@@ -15,7 +15,6 @@
 
 #include "param.h"
 #include "systm.h"
 
 #include "param.h"
 #include "systm.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "map.h"
 #include "user.h"
 #include "buf.h"
 #include "map.h"
index 7b6070f..e84043d 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dz.c        7.5 (Berkeley) %G%
+ *     @(#)dz.c        7.6 (Berkeley) %G%
  */
 
 #include "dz.h"
  */
 
 #include "dz.h"
@@ -17,7 +17,6 @@
 #include "systm.h"
 #include "ioctl.h"
 #include "tty.h"
 #include "systm.h"
 #include "ioctl.h"
 #include "tty.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "map.h"
 #include "user.h"
 #include "proc.h"
 #include "map.h"
index 4b1ff84..2d1fb35 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)idc.c       7.8 (Berkeley) %G%
+ *     @(#)idc.c       7.9 (Berkeley) %G%
  */
 
 #include "rb.h"
  */
 
 #include "rb.h"
@@ -27,7 +27,6 @@ int   *trp = idctrb;
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
index 7aba84a..badfbce 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ik.c        7.4 (Berkeley) %G%
+ *     @(#)ik.c        7.5 (Berkeley) %G%
  */
 
 #include "ik.h"
  */
 
 #include "ik.h"
@@ -14,7 +14,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
index 3c21b9e..112183f 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)lp.c        7.4 (Berkeley) %G%
+ *     @(#)lp.c        7.5 (Berkeley) %G%
  */
 
 #include "lp.h"
  */
 
 #include "lp.h"
@@ -17,7 +17,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
index 219c38f..622103e 100644 (file)
@@ -3,14 +3,13 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)lpa.c       7.2 (Berkeley) %G%
+ *     @(#)lpa.c       7.3 (Berkeley) %G%
  */
 
 #include "lpa.h"
 #if NLPA > 0
 
 #include "param.h"
  */
 
 #include "lpa.h"
 #if NLPA > 0
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "proc.h"
 #include "user.h"
 #include "buf.h"
 #include "proc.h"
index cdc92ab..b0eaeec 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)np.c        7.4 (Berkeley) %G%
+ *     @(#)np.c        7.5 (Berkeley) %G%
  *
  * From:
  *     np.c version 1.5
  *
  * From:
  *     np.c version 1.5
@@ -47,7 +47,6 @@
 #include "ubavar.h"
 #include "signal.h"
 #include "systm.h"
 #include "ubavar.h"
 #include "signal.h"
 #include "systm.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "uio.h"
 #include "user.h"
 #include "proc.h"
 #include "uio.h"
index a5e6744..f67dde2 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ps.c        7.3 (Berkeley) %G%
+ *     @(#)ps.c        7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -28,7 +28,6 @@
 #include "map.h"
 #include "buf.h"
 #include "conf.h"
 #include "map.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "uio.h"
 #include "tsleep.h"
 #include "user.h"
 #include "uio.h"
 #include "tsleep.h"
index 7ec359b..607b161 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)qd.c        1.13 (Berkeley) %G%
+ *     @(#)qd.c        1.14 (Berkeley) %G%
  */
 
 /************************************************************************
  */
 
 /************************************************************************
@@ -52,7 +52,6 @@
 #include "machine/cpu.h"
 #include "param.h"
 #include "conf.h"
 #include "machine/cpu.h"
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "qdioctl.h"
 #include "tty.h"
 #include "user.h"
 #include "qdioctl.h"
 #include "tty.h"
index 068838c..012d0c2 100644 (file)
 #include "../vax/pte.h"        /* page table values */
 #include "../vax/mtpr.h"       /* VAX register access stuff */
 
 #include "../vax/pte.h"        /* page table values */
 #include "../vax/mtpr.h"       /* VAX register access stuff */
 
-#include "../h/param.h"        /* general system params & macros */
-#include "../h/conf.h"         /* "linesw" tty driver dispatch */
-#include "../h/dir.h"          /* for directory handling */
-#include "../h/user.h"         /* user structure (what else?) */
+#include "../sys/param.h"      /* general system params & macros */
+#include "../sys/conf.h"       /* "linesw" tty driver dispatch */
+#include "../sys/user.h"       /* user structure (what else?) */
 #include "qdioctl.h"           /* ioctl call values */
 #include "qdioctl.h"           /* ioctl call values */
-#include "../h/tty.h"
-#include "../h/map.h"          /* resource allocation map struct */
-#include "../h/buf.h"          /* buf structs */
-#include "../h/vm.h"           /* includes 'vm' header files */
-#include "../h/clist.h"        /* char list handling structs */
-#include "../h/file.h"         /* file I/O definitions */
-#include "../h/uio.h"          /* write/read call structs */
-#include "../h/kernel.h"       /* clock handling structs */
+#include "../sys/tty.h"
+#include "../sys/map.h"                /* resource allocation map struct */
+#include "../sys/buf.h"                /* buf structs */
+#include "../sys/vm.h"         /* includes 'vm' header files */
+#include "../sys/clist.h"      /* char list handling structs */
+#include "../sys/file.h"       /* file I/O definitions */
+#include "../sys/uio.h"                /* write/read call structs */
+#include "../sys/kernel.h"     /* clock handling structs */
 #include "../vax/cpu.h"        /* per cpu (pcpu) struct */
 
 #include "../vaxuba/ubareg.h"  /* uba & 'qba' register structs */
 #include "../vax/cpu.h"        /* per cpu (pcpu) struct */
 
 #include "../vaxuba/ubareg.h"  /* uba & 'qba' register structs */
index c8c5728..cbc3cae 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)qv.c        1.11 (Berkeley) %G%
+ *     @(#)qv.c        1.12 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 
 #include "param.h"
 #include "conf.h"
 
 #include "param.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "qvioctl.h"
 #include "tty.h"
 #include "user.h"
 #include "qvioctl.h"
 #include "tty.h"
index 23afacb..23d745e 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)rk.c        7.7 (Berkeley) %G%
+ *     @(#)rk.c        7.8 (Berkeley) %G%
  */
 
 #include "rk.h"
  */
 
 #include "rk.h"
@@ -30,7 +30,6 @@ int   rkbdebug;
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
index e14c2f6..cc0b647 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)rl.c        7.8 (Berkeley) %G%
+ *     @(#)rl.c        7.9 (Berkeley) %G%
  */
 
 #include "rl.h"
  */
 
 #include "rl.h"
@@ -21,7 +21,6 @@
 #include "disklabel.h"
 #include "buf.h"
 #include "conf.h"
 #include "disklabel.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
index c34c799..e14000b 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)tm.c        7.7 (Berkeley) %G%
+ *     @(#)tm.c        7.8 (Berkeley) %G%
  */
 
 #include "te.h"
  */
 
 #include "te.h"
@@ -21,7 +21,6 @@
 #include "param.h"
 #include "systm.h"
 #include "buf.h"
 #include "param.h"
 #include "systm.h"
 #include "buf.h"
-#include "dir.h"
 #include "conf.h"
 #include "user.h"
 #include "file.h"
 #include "conf.h"
 #include "user.h"
 #include "file.h"
index c31ff31..665f6f7 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)tmscp.c     7.8 (Berkeley) %G% */
+/*     @(#)tmscp.c     7.9 (Berkeley) %G% */
 
 #ifndef lint
 static char    *sccsid = "@(#)tmscp.c  1.24    (ULTRIX)        1/21/86";
 
 #ifndef lint
 static char    *sccsid = "@(#)tmscp.c  1.24    (ULTRIX)        1/21/86";
@@ -126,7 +126,6 @@ static      char    *sccsid = "@(#)tmscp.c  1.24    (ULTRIX)        1/21/86";
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "file.h"
 #include "map.h"
 #include "user.h"
 #include "file.h"
 #include "map.h"
index a3b650b..c94c1a0 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ts.c        7.7 (Berkeley) %G%
+ *     @(#)ts.c        7.8 (Berkeley) %G%
  */
 
 #include "ts.h"
  */
 
 #include "ts.h"
@@ -20,7 +20,6 @@
 #include "param.h"
 #include "systm.h"
 #include "buf.h"
 #include "param.h"
 #include "systm.h"
 #include "buf.h"
-#include "dir.h"
 #include "conf.h"
 #include "user.h"
 #include "file.h"
 #include "conf.h"
 #include "user.h"
 #include "file.h"
index 017e7ad..d7b65d8 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)uba.c       7.7 (Berkeley) %G%
+ *     @(#)uba.c       7.8 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -22,7 +22,6 @@
 #include "map.h"
 #include "buf.h"
 #include "vm.h"
 #include "map.h"
 #include "buf.h"
 #include "vm.h"
-#include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "conf.h"
 #include "user.h"
 #include "proc.h"
 #include "conf.h"
index d021dd8..2652656 100644 (file)
@@ -17,7 +17,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)uda.c       7.25 (Berkeley) %G%
+ *     @(#)uda.c       7.26 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -62,7 +62,6 @@
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "file.h"
 #include "ioctl.h"
 #include "user.h"
 #include "file.h"
 #include "ioctl.h"
 #include "user.h"
index 1addf19..9dc2c8d 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)up.c        7.8 (Berkeley) %G%
+ *     @(#)up.c        7.9 (Berkeley) %G%
  */
 
 #include "up.h"
  */
 
 #include "up.h"
@@ -27,7 +27,6 @@
 #include "disklabel.h"
 #include "buf.h"
 #include "conf.h"
 #include "disklabel.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
 #include "user.h"
 #include "map.h"
 #include "vm.h"
index b7692b3..9da61e2 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)ut.c        7.5 (Berkeley) %G%
+ *     @(#)ut.c        7.6 (Berkeley) %G%
  */
 
 #include "tj.h"
  */
 
 #include "tj.h"
@@ -20,7 +20,6 @@
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
 #include "systm.h"
 #include "buf.h"
 #include "conf.h"
-#include "dir.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
 #include "file.h"
 #include "user.h"
 #include "map.h"
index 38ab184..8c09d81 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)va.c        7.2 (Berkeley) %G%
+ *     @(#)va.c        7.3 (Berkeley) %G%
  */
 
 #include "va.h"
  */
 
 #include "va.h"
@@ -14,7 +14,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
index 7cceeea..60175e5 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)vp.c        7.2 (Berkeley) %G%
+ *     @(#)vp.c        7.3 (Berkeley) %G%
  */
 
 #include "vp.h"
  */
 
 #include "vp.h"
@@ -21,7 +21,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
index 1d1636b..f73f79b 100644 (file)
@@ -1,4 +1,4 @@
-/* @(#)vs.c    7.4 (MIT) %G% */
+/* @(#)vs.c    7.5 (MIT) %G% */
  /****************************************************************************
  *                                                                         *
  *  Copyright (c) 1983, 1984 by                                                    *
  /****************************************************************************
  *                                                                         *
  *  Copyright (c) 1983, 1984 by                                                    *
@@ -27,7 +27,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "dir.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"
 #include "user.h"
 #include "buf.h"
 #include "systm.h"