bsc -> tahoebsc; sna -> tahoesna
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 13 Jan 1986 09:39:57 +0000 (01:39 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 13 Jan 1986 09:39:57 +0000 (01:39 -0800)
SCCS-vsn: sys/tahoe/vba/vxc.c 1.4
SCCS-vsn: sys/tahoe/vba/vxm.c 1.3
SCCS-vsn: sys/tahoe/vba/vx.c 1.4

usr/src/sys/tahoe/vba/vx.c
usr/src/sys/tahoe/vba/vxc.c
usr/src/sys/tahoe/vba/vxm.c

index fddfdd9..0d76875 100644 (file)
@@ -1,4 +1,4 @@
-/*     vx.c    1.3     86/01/12        */
+/*     vx.c    1.4     86/01/12        */
 
 #include "vx.h"
 #if NVX > 0
 
 #include "vx.h"
 #if NVX > 0
 #endif VXPERF
 #include "vbsc.h"
 #if NVBSC > 0
 #endif VXPERF
 #include "vbsc.h"
 #if NVBSC > 0
-#include "../bsc/bscio.h"
-#include "../bsc/bsc.h"
+#include "../tahoebsc/bscio.h"
+#include "../tahoebsc/bsc.h"
 char bscport[NVXPORTS];
 #endif
 
 #ifdef BSC_DEBUG
 char bscport[NVXPORTS];
 #endif
 
 #ifdef BSC_DEBUG
-#include "../bsc/bscdebug.h"
+#include "../tahoebsc/bscdebug.h"
 #endif
 
 #ifdef VX_DEBUG
 long vxintr4 = 0;
 long vxdebug = 0;
 #endif
 
 #ifdef VX_DEBUG
 long vxintr4 = 0;
 long vxdebug = 0;
-#include "../vba/vxdebug.h"
+#include "../tahoevba/vxdebug.h"
 #endif
 
 #define RSPquals       1
 #endif
 
 #define RSPquals       1
index 9ea78f6..8170294 100644 (file)
@@ -1,20 +1,21 @@
-/*     vxc.c   1.3     86/01/12        */
+/*     vxc.c   1.4     86/01/12        */
 
 #include "vx.h"
 #if NVX > 0
 /*
  *  VIOC driver
  */
 
 #include "vx.h"
 #if NVX > 0
 /*
  *  VIOC driver
  */
-#include "../h/param.h"
-#include "../h/file.h"
-#include "../h/ioctl.h"
-#include "../h/tty.h"
-#include "../h/errno.h"
-#include "../h/time.h"
-#include "../h/kernel.h"
-#include "../h/proc.h"
+#include "param.h"
+#include "file.h"
+#include "ioctl.h"
+#include "tty.h"
+#include "errno.h"
+#include "time.h"
+#include "kernel.h"
+#include "proc.h"
+
 #include "../tahoevba/vioc.h"
 #include "../tahoevba/vioc.h"
-#include "../sna/snadebug.h"
+#include "../tahoesna/snadebug.h"
 #ifdef VXPERF
 #include "../tahoevba/scope.h"
 #endif VXPERF
 #ifdef VXPERF
 #include "../tahoevba/scope.h"
 #endif VXPERF
index 409c312..d3f58a1 100644 (file)
@@ -1,4 +1,4 @@
-/*     vxm.c   1.2     86/01/05        */
+/*     vxm.c   1.3     86/01/12        */
 
 #include "vx.h"
 #if NVX > 0
 
 #include "vx.h"
 #if NVX > 0
@@ -6,16 +6,17 @@
  *     VIOC-X Modem control
  */
 
  *     VIOC-X Modem control
  */
 
-#include "../h/param.h"
-#include "../h/file.h"
-#include "../h/ioctl.h"
-#include "../h/tty.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "file.h"
+#include "ioctl.h"
+#include "tty.h"
+#include "conf.h"
+
 #include "../tahoevba/vioc.h"
 #include "vbsc.h"
 #if NVBSC > 0
 #include "../tahoevba/vioc.h"
 #include "vbsc.h"
 #if NVBSC > 0
-#include "../bsc/bscio.h"
-#include "../bsc/bsc.h"
+#include "../tahoebsc/bscio.h"
+#include "../tahoebsc/bsc.h"
 extern char bscport[];
 #endif
 
 extern char bscport[];
 #endif