change to includes. no more ../h
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 30 Aug 1984 12:43:55 +0000 (04:43 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 30 Aug 1984 12:43:55 +0000 (04:43 -0800)
SCCS-vsn: sys/vax/mba/hp.c 6.6
SCCS-vsn: sys/vax/mba/ht.c 6.3
SCCS-vsn: sys/vax/mba/mba.c 6.2
SCCS-vsn: sys/vax/mba/mt.c 6.2
SCCS-vsn: sys/vax/mba/hp.c 6.6
SCCS-vsn: sys/vax/mba/mba.c 6.2

usr/src/sys/vax/mba/hp.c
usr/src/sys/vax/mba/ht.c
usr/src/sys/vax/mba/mba.c
usr/src/sys/vax/mba/mt.c

index b9c9ffe..7c0d767 100644 (file)
@@ -1,4 +1,4 @@
-/*     hp.c    6.5     84/08/29        */
+/*     hp.c    6.6     84/08/29        */
 
 #ifdef HPDEBUG
 int    hpdebug;
 
 #ifdef HPDEBUG
 int    hpdebug;
@@ -20,25 +20,25 @@ int hpbdebug;
  */
 #include "../machine/pte.h"
 
  */
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dk.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/map.h"
+#include "param.h"
+#include "systm.h"
+#include "dk.h"
+#include "buf.h"
+#include "conf.h"
+#include "dir.h"
+#include "user.h"
+#include "map.h"
 #include "../vax/mtpr.h"
 #include "../vax/mtpr.h"
-#include "../h/vm.h"
-#include "../h/cmap.h"
-#include "../h/dkbad.h"
-#include "../h/ioctl.h"
-#include "../h/uio.h"
+#include "vm.h"
+#include "cmap.h"
+#include "dkbad.h"
+#include "ioctl.h"
+#include "uio.h"
 
 #include "../vax/dkio.h"
 
 #include "../vax/dkio.h"
-#include "../vaxmba/mbareg.h"
-#include "../vaxmba/mbavar.h"
-#include "../vaxmba/hpreg.h"
+#include "mbareg.h"
+#include "mbavar.h"
+#include "hpreg.h"
 
 /* THIS SHOULD BE READ OFF THE PACK, PER DRIVE */
 struct size {
 
 /* THIS SHOULD BE READ OFF THE PACK, PER DRIVE */
 struct size {
index 4f6b1f2..3f6f868 100644 (file)
@@ -1,4 +1,4 @@
-/*     ht.c    6.2     83/09/26        */
+/*     ht.c    6.3     84/08/29        */
 
 #include "tu.h"
 #if NHT > 0
 
 #include "tu.h"
 #if NHT > 0
  */
 #include "../machine/pte.h"
 
  */
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/dir.h"
-#include "../h/file.h"
-#include "../h/user.h"
-#include "../h/map.h"
-#include "../h/ioctl.h"
-#include "../h/mtio.h"
-#include "../h/cmap.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
+#include "conf.h"
+#include "dir.h"
+#include "file.h"
+#include "user.h"
+#include "map.h"
+#include "ioctl.h"
+#include "mtio.h"
+#include "cmap.h"
+#include "uio.h"
 
 #include "../vax/cpu.h"
 
 #include "../vax/cpu.h"
-#include "../vaxmba/mbareg.h"
-#include "../vaxmba/mbavar.h"
-#include "../vaxmba/htreg.h"
+#include "mbareg.h"
+#include "mbavar.h"
+#include "htreg.h"
 
 struct buf     rhtbuf[NHT];
 struct buf     chtbuf[NHT];
 
 struct buf     rhtbuf[NHT];
 struct buf     chtbuf[NHT];
index 126daac..6c56349 100644 (file)
@@ -1,4 +1,4 @@
-/*     mba.c   6.1     83/07/29        */
+/*     mba.c   6.2     84/08/29        */
 
 #include "mba.h"
 #if NMBA > 0
 
 #include "mba.h"
 #if NMBA > 0
@@ -7,20 +7,20 @@
  */
 #include "../machine/pte.h"
 
  */
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dk.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/map.h"
+#include "param.h"
+#include "systm.h"
+#include "dk.h"
+#include "buf.h"
+#include "conf.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "map.h"
 #include "../vax/mtpr.h"
 #include "../vax/mtpr.h"
-#include "../h/vm.h"
+#include "vm.h"
 
 
-#include "../vaxmba/mbareg.h"
-#include "../vaxmba/mbavar.h"
+#include "mbareg.h"
+#include "mbavar.h"
 
 char   mbsr_bits[] = MBSR_BITS;
 /*
 
 char   mbsr_bits[] = MBSR_BITS;
 /*
index 777a3ab..22d0ae9 100644 (file)
@@ -1,4 +1,4 @@
-/*     mt.c    6.1     83/07/29        */
+/*     mt.c    6.2     84/08/29        */
 
 #include "mu.h"
 #if NMT > 0
 
 #include "mu.h"
 #if NMT > 0
  */
 #include "../machine/pte.h"
 
  */
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/dir.h"
-#include "../h/file.h"
-#include "../h/user.h"
-#include "../h/map.h"
-#include "../h/ioctl.h"
-#include "../h/mtio.h"
-#include "../h/cmap.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
+#include "conf.h"
+#include "dir.h"
+#include "file.h"
+#include "user.h"
+#include "map.h"
+#include "ioctl.h"
+#include "mtio.h"
+#include "cmap.h"
+#include "uio.h"
 
 #include "../vax/cpu.h"
 
 #include "../vax/cpu.h"
-#include "../vaxmba/mbareg.h"
-#include "../vaxmba/mbavar.h"
-#include "../vaxmba/mtreg.h"
+#include "mbareg.h"
+#include "mbavar.h"
+#include "mtreg.h"
 
 struct buf     rmtbuf[NMT];
 struct buf     cmtbuf[NMT];
 
 struct buf     rmtbuf[NMT];
 struct buf     cmtbuf[NMT];