From 969e52eff1f060184b635ca6996bda44486310e8 Mon Sep 17 00:00:00 2001 From: Jim Bloom Date: Thu, 30 Aug 1984 04:43:55 -0800 Subject: [PATCH] change to includes. no more ../h 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 | 34 +++++++++++++++++----------------- usr/src/sys/vax/mba/ht.c | 32 ++++++++++++++++---------------- usr/src/sys/vax/mba/mba.c | 26 +++++++++++++------------- usr/src/sys/vax/mba/mt.c | 32 ++++++++++++++++---------------- 4 files changed, 62 insertions(+), 62 deletions(-) diff --git a/usr/src/sys/vax/mba/hp.c b/usr/src/sys/vax/mba/hp.c index b9c9ffe12e..7c0d767a2e 100644 --- a/usr/src/sys/vax/mba/hp.c +++ b/usr/src/sys/vax/mba/hp.c @@ -1,4 +1,4 @@ -/* hp.c 6.5 84/08/29 */ +/* hp.c 6.6 84/08/29 */ #ifdef HPDEBUG int hpdebug; @@ -20,25 +20,25 @@ int hpbdebug; */ #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 "../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 "../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 { diff --git a/usr/src/sys/vax/mba/ht.c b/usr/src/sys/vax/mba/ht.c index 4f6b1f2491..3f6f868694 100644 --- a/usr/src/sys/vax/mba/ht.c +++ b/usr/src/sys/vax/mba/ht.c @@ -1,4 +1,4 @@ -/* ht.c 6.2 83/09/26 */ +/* ht.c 6.3 84/08/29 */ #include "tu.h" #if NHT > 0 @@ -13,23 +13,23 @@ */ #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 "../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]; diff --git a/usr/src/sys/vax/mba/mba.c b/usr/src/sys/vax/mba/mba.c index 126daac120..6c563499c6 100644 --- a/usr/src/sys/vax/mba/mba.c +++ b/usr/src/sys/vax/mba/mba.c @@ -1,4 +1,4 @@ -/* mba.c 6.1 83/07/29 */ +/* mba.c 6.2 84/08/29 */ #include "mba.h" #if NMBA > 0 @@ -7,20 +7,20 @@ */ #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 "../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; /* diff --git a/usr/src/sys/vax/mba/mt.c b/usr/src/sys/vax/mba/mt.c index 777a3ab5df..22d0ae99a4 100644 --- a/usr/src/sys/vax/mba/mt.c +++ b/usr/src/sys/vax/mba/mt.c @@ -1,4 +1,4 @@ -/* mt.c 6.1 83/07/29 */ +/* mt.c 6.2 84/08/29 */ #include "mu.h" #if NMT > 0 @@ -14,23 +14,23 @@ */ #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 "../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]; -- 2.20.1