delete unneeded header files
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 5 Apr 1990 07:39:21 +0000 (23:39 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 5 Apr 1990 07:39:21 +0000 (23:39 -0800)
SCCS-vsn: sys/vax/stand/format.c 7.5
SCCS-vsn: sys/vax/stand/up.c 7.9
SCCS-vsn: sys/vax/stand/tmscp.c 7.5
SCCS-vsn: sys/vax/stand/ts.c 7.6
SCCS-vsn: sys/vax/stand/ht.c 7.5
SCCS-vsn: sys/vax/stand/mt.c 7.5
SCCS-vsn: sys/vax/stand/upmaptype.c 7.5
SCCS-vsn: sys/vax/stand/uba.c 7.5
SCCS-vsn: sys/vax/stand/hpmaptype.c 7.10
SCCS-vsn: sys/vax/stand/boot.c 7.13
SCCS-vsn: sys/vax/stand/drtest.c 7.4
SCCS-vsn: sys/vax/stand/mba.c 7.8
SCCS-vsn: sys/vax/stand/idc.c 7.5
SCCS-vsn: sys/vax/stand/Makefile 7.21
SCCS-vsn: sys/vax/stand/imptst.c 7.3
SCCS-vsn: sys/vax/stand/uda.c 7.10
SCCS-vsn: sys/vax/stand/rl.c 7.7
SCCS-vsn: sys/vax/stand/tm.c 7.6
SCCS-vsn: sys/vax/stand/ut.c 7.6
SCCS-vsn: sys/vax/stand/hp.c 7.11
SCCS-vsn: sys/vax/stand/rk.c 7.8
SCCS-vsn: sys/vax/stand/confhpup.c 7.5
SCCS-vsn: sys/vax/stand/kdb.c 7.6
SCCS-vsn: sys/vax/stand/conf.c 7.7

24 files changed:
usr/src/sys/vax/stand/Makefile
usr/src/sys/vax/stand/boot.c
usr/src/sys/vax/stand/conf.c
usr/src/sys/vax/stand/confhpup.c
usr/src/sys/vax/stand/drtest.c
usr/src/sys/vax/stand/format.c
usr/src/sys/vax/stand/hp.c
usr/src/sys/vax/stand/hpmaptype.c
usr/src/sys/vax/stand/ht.c
usr/src/sys/vax/stand/idc.c
usr/src/sys/vax/stand/imptst.c
usr/src/sys/vax/stand/kdb.c
usr/src/sys/vax/stand/mba.c
usr/src/sys/vax/stand/mt.c
usr/src/sys/vax/stand/rk.c
usr/src/sys/vax/stand/rl.c
usr/src/sys/vax/stand/tm.c
usr/src/sys/vax/stand/tmscp.c
usr/src/sys/vax/stand/ts.c
usr/src/sys/vax/stand/uba.c
usr/src/sys/vax/stand/uda.c
usr/src/sys/vax/stand/up.c
usr/src/sys/vax/stand/upmaptype.c
usr/src/sys/vax/stand/ut.c

index 287d495..1c4245e 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.
 #
-#      @(#)Makefile    7.20 (Berkeley) %G%
+#      @(#)Makefile    7.21 (Berkeley) %G%
 #
 
 DESTDIR=
 #
 
 DESTDIR=
@@ -253,22 +253,22 @@ confxx.o:
        touch confxx.o
 
 confrk.c: confxx.c dev.c
        touch confxx.o
 
 confrk.c: confxx.c dev.c
-       sed -e 's/io->i_ino.i_dev/0/g'          < dev.c > confrk.c
+       sed -e 's/io->i_dev/0/g'                < dev.c > confrk.c
        sed -e 's/XX/hk/' -e 's/xx/rk/g'        < confxx.c >> confrk.c
 confhp.c: confxx.c dev.c
        sed -e 's/XX/hk/' -e 's/xx/rk/g'        < confxx.c >> confrk.c
 confhp.c: confxx.c dev.c
-       sed -e 's/io->i_ino.i_dev/0/g'          < dev.c > confhp.c
+       sed -e 's/io->i_dev/0/g'                < dev.c > confhp.c
        sed -e 's/XX/hp/' -e 's/xx/hp/g'        < confxx.c >> confhp.c
 confkra.c: confxx.c dev.c
        sed -e 's/XX/hp/' -e 's/xx/hp/g'        < confxx.c >> confhp.c
 confkra.c: confxx.c dev.c
-       sed -e 's/io->i_ino.i_dev/0/g'          < dev.c > confkra.c
+       sed -e 's/io->i_dev/0/g'                < dev.c > confkra.c
        sed -e 's/XX/kra/' -e 's/xx/kra/g'      < confxx.c >> confkra.c
 confup.c: confxx.c dev.c
        sed -e 's/XX/kra/' -e 's/xx/kra/g'      < confxx.c >> confkra.c
 confup.c: confxx.c dev.c
-       sed -e 's/io->i_ino.i_dev/0/g'          < dev.c > confup.c
+       sed -e 's/io->i_dev/0/g'                < dev.c > confup.c
        sed -e 's/XX/up/' -e 's/xx/up/g'        < confxx.c >> confup.c
 confra.c: confxx.c dev.c
        sed -e 's/XX/up/' -e 's/xx/up/g'        < confxx.c >> confup.c
 confra.c: confxx.c dev.c
-       sed -e 's/io->i_ino.i_dev/0/g'          < dev.c > confra.c
+       sed -e 's/io->i_dev/0/g'                < dev.c > confra.c
        sed -e 's/XX/ra/' -e 's/xx/ra/g'        < confxx.c >> confra.c
 confrl.c: confxx.c dev.c
        sed -e 's/XX/ra/' -e 's/xx/ra/g'        < confxx.c >> confra.c
 confrl.c: confxx.c dev.c
-       sed -e 's/io->i_ino.i_dev/0/g'          < dev.c > confrl.c
+       sed -e 's/io->i_dev/0/g'                < dev.c > confrl.c
        sed -e 's/XX/rl/' -e 's/xx/rl/g'        < confxx.c >> confrl.c
 
 clean:
        sed -e 's/XX/rl/' -e 's/xx/rl/g'        < confxx.c >> confrl.c
 
 clean:
index 93d83dc..6daced5 100644 (file)
@@ -3,12 +3,10 @@
  * 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.
  *
- *     @(#)boot.c      7.12 (Berkeley) %G%
+ *     @(#)boot.c      7.13 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "vm.h"
 #include "reboot.h"
 
 #include "vm.h"
 #include "reboot.h"
 
index 3d7835d..93debf8 100644 (file)
  * 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.
  *
- *     @(#)conf.c      7.6 (Berkeley) %G%
+ *     @(#)conf.c      7.7 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "saio.h"
 
 extern int     nullsys(), nodev(), noioctl();
 #include "saio.h"
 
 extern int     nullsys(), nodev(), noioctl();
index d3b93bf..31aeab9 100644 (file)
  * 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.
  *
- *     @(#)confhpup.c  7.4 (Berkeley) %G%
+ *     @(#)confhpup.c  7.5 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "fs.h"
-#include "inode.h"
 #include "saio.h"
 
 int    nullsys();
 #include "saio.h"
 
 int    nullsys();
index 860898b..29d6671 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.
  *
- *     @(#)drtest.c    7.3 (Berkeley) %G%
+ *     @(#)drtest.c    7.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
  * by reading the disk a track at a time.
  */
 #include "param.h"
  * by reading the disk a track at a time.
  */
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "disklabel.h"
 #include "disklabel.h"
-
 #include "saio.h"
 
 #define SECTSIZ        512
 #include "saio.h"
 
 #define SECTSIZ        512
index be4b034..f47ca6a 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)format.c   7.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)format.c   7.5 (Berkeley) %G%";
 #endif /* not lint */
 
 /* 
 #endif /* not lint */
 
 /* 
@@ -24,8 +24,6 @@ static char sccsid[] = "@(#)format.c  7.4 (Berkeley) %G%";
  *     multi-pass format for disks with skip-sector capability
  */
 #include "param.h"
  *     multi-pass format for disks with skip-sector capability
  */
 #include "param.h"
-#include "fs.h"
-#include "inode.h"
 #include "dkbad.h"
 #include "vmmac.h"
 #include "disklabel.h"
 #include "dkbad.h"
 #include "vmmac.h"
 #include "disklabel.h"
index 75cea46..1d14cd2 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.
  *
- *     @(#)hp.c        7.10 (Berkeley) %G%
+ *     @(#)hp.c        7.11 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -12,8 +12,6 @@
  * header and data.
  */
 #include "param.h"
  * header and data.
  */
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "dkbad.h"
 #include "disklabel.h"
 
 #include "dkbad.h"
 #include "disklabel.h"
 
index b3e2e4c..1b6bd3d 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.
  *
- *     @(#)hpmaptype.c 7.9 (Berkeley) %G%
+ *     @(#)hpmaptype.c 7.10 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -14,8 +14,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "disklabel.h"
 
 #include "../vaxmba/hpreg.h"
 #include "disklabel.h"
 
 #include "../vaxmba/hpreg.h"
index 7954a93..e4fe8f9 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.
  *
- *     @(#)ht.c        7.4 (Berkeley) %G%
+ *     @(#)ht.c        7.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -12,8 +12,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vaxmba/htreg.h"
 #include "../vaxmba/mbareg.h"
 
 #include "../vaxmba/htreg.h"
 #include "../vaxmba/mbareg.h"
index 3d97d8d..da34c60 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.4 (Berkeley) %G%
+ *     @(#)idc.c       7.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -11,8 +11,6 @@
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vax/pte.h"
 #include "../vaxuba/idcreg.h"
 
 #include "../vax/pte.h"
 #include "../vaxuba/idcreg.h"
index bf102e2..ea954a1 100644 (file)
@@ -3,11 +3,10 @@
  * 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.
  *
- *     @(#)imptst.c    7.2 (Berkeley) %G%
+ *     @(#)imptst.c    7.3 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
 
 #include "../vaxuba/ubareg.h"
 #include "../netinet/in.h"
 
 #include "../vaxuba/ubareg.h"
 #include "../netinet/in.h"
index 55a85d1..d6158de 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.
  *
- *     @(#)kdb.c       7.5 (Berkeley) %G%
+ *     @(#)kdb.c       7.6 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -23,8 +23,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "disklabel.h"
 
 #include "saio.h"
 #include "disklabel.h"
 
 #include "saio.h"
index 06e4308..4d515fc 100644 (file)
@@ -3,14 +3,12 @@
  * 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.
  *
- *     @(#)mba.c       7.7 (Berkeley) %G%
+ *     @(#)mba.c       7.8 (Berkeley) %G%
  */
 
 #include "machine/pte.h"
 
 #include "param.h"
  */
 
 #include "machine/pte.h"
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "vm.h"
 
 #include "../vax/mtpr.h"
 #include "vm.h"
 
 #include "../vax/mtpr.h"
index 226796d..6da16b9 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.
  *
- *     @(#)mt.c        7.4 (Berkeley) %G%
+ *     @(#)mt.c        7.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -13,8 +13,6 @@
 #include "machine/pte.h"
 
 #include "param.h"
 #include "machine/pte.h"
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vaxmba/mtreg.h"
 #include "../vaxmba/mbareg.h"
 
 #include "../vaxmba/mtreg.h"
 #include "../vaxmba/mbareg.h"
index 590c9c9..50c7181 100644 (file)
@@ -3,15 +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.
  *
- *     @(#)rk.c        7.7 (Berkeley) %G%
+ *     @(#)rk.c        7.8 (Berkeley) %G%
  */
 
 /*
  * RK611/RK07
  */
 #include "param.h"
  */
 
 /*
  * RK611/RK07
  */
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 #include "disklabel.h"
 
 #include "../vax/pte.h"
 #include "disklabel.h"
 
 #include "../vax/pte.h"
index 3e59f7d..2796e8a 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.6 (Berkeley) %G%
+ *     @(#)rl.c        7.7 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -11,8 +11,6 @@
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vax/pte.h"
 #include "../vaxuba/rlreg.h"
 
 #include "../vax/pte.h"
 #include "../vaxuba/rlreg.h"
index 4ea05ac..3e05e6f 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.5 (Berkeley) %G%
+ *     @(#)tm.c        7.6 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -11,8 +11,6 @@
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vax/pte.h"
 
 
 #include "../vax/pte.h"
 
index cc63cd1..59e92a8 100644 (file)
@@ -1,5 +1,5 @@
 
 
-/*     @(#)tmscp.c     7.4 (Berkeley) %G% */
+/*     @(#)tmscp.c     7.5 (Berkeley) %G% */
 
 /****************************************************************
  *                                                              *
 
 /****************************************************************
  *                                                              *
@@ -44,8 +44,6 @@ static char *sccsid = "@(#)tmscp.c    1.5     (ULTRIX)        4/18/86";
  */
  
 #include "param.h"
  */
  
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vax/pte.h"
 
 
 #include "../vax/pte.h"
 
index 0c45c22..fd627b2 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.5 (Berkeley) %G%
+ *     @(#)ts.c        7.6 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -11,8 +11,6 @@
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vax/pte.h"
 
 
 #include "../vax/pte.h"
 
index fe6f76e..a868470 100644 (file)
@@ -3,13 +3,11 @@
  * 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.
  *
- *     @(#)uba.c       7.4 (Berkeley) %G%
+ *     @(#)uba.c       7.5 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
 #include "vm.h"
 #include "vm.h"
-#include "fs.h"
 
 #include "../vax/pte.h"
 #include "../vax/cpu.h"
 
 #include "../vax/pte.h"
 #include "../vax/cpu.h"
index 8f889d9..2b36689 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.
  *
- *     @(#)uda.c       7.9 (Berkeley) %G%
+ *     @(#)uda.c       7.10 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -11,9 +11,7 @@
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
 #include "buf.h"
 #include "buf.h"
-#include "fs.h"
 #include "disklabel.h"
 
 #include "../vax/pte.h"
 #include "disklabel.h"
 
 #include "../vax/pte.h"
index c222fe6..35c8f5a 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%
  */
 
 /*
  */
 
 /*
@@ -12,8 +12,6 @@
  * for data and/or header.
  */
 #include "param.h" 
  * for data and/or header.
  */
 #include "param.h" 
-#include "inode.h"
-#include "fs.h"
 #include "dkbad.h"
 #include "disklabel.h"
 
 #include "dkbad.h"
 #include "disklabel.h"
 
index d89916f..d71cd84 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.
  *
- *     @(#)upmaptype.c 7.4 (Berkeley) %G%
+ *     @(#)upmaptype.c 7.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -12,8 +12,6 @@
  */
 #ifdef COMPAT_42
 #include "param.h" 
  */
 #ifdef COMPAT_42
 #include "param.h" 
-#include "inode.h"
-#include "fs.h"
 #include "dkbad.h"
 #include "disklabel.h"
 #include "vmmac.h"
 #include "dkbad.h"
 #include "disklabel.h"
 #include "vmmac.h"
index 24826ff..01b7db8 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%
  */
 
 /*
  */
 
 /*
@@ -11,8 +11,6 @@
  */
 
 #include "param.h"
  */
 
 #include "param.h"
-#include "inode.h"
-#include "fs.h"
 
 #include "../vax/pte.h"
 
 
 #include "../vax/pte.h"