Change to include files. No more ../h
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 30 Aug 1984 07:18:02 +0000 (23:18 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 30 Aug 1984 07:18:02 +0000 (23:18 -0800)
SCCS-vsn: sys/deprecated/netimp/if_imp.c 6.2
SCCS-vsn: sys/deprecated/netimp/if_imphost.c 6.2
SCCS-vsn: sys/deprecated/netimp/raw_imp.c 6.2

usr/src/sys/deprecated/netimp/if_imp.c
usr/src/sys/deprecated/netimp/if_imphost.c
usr/src/sys/deprecated/netimp/raw_imp.c

index fb08167..0b7f63e 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_imp.c        6.1     83/07/29        */
+/*     if_imp.c        6.2     84/08/29        */
 
 #include "imp.h"
 #if NIMP > 0
 
 #include "imp.h"
 #if NIMP > 0
  */
 #include "../machine/pte.h"
 
  */
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mbuf.h"
-#include "../h/buf.h"
-#include "../h/protosw.h"
-#include "../h/socket.h"
-#include "../h/vmmac.h"
-#include "../h/time.h"
-#include "../h/kernel.h"
-#include "../h/errno.h"
-#include "../h/ioctl.h"
+#include "param.h"
+#include "systm.h"
+#include "mbuf.h"
+#include "buf.h"
+#include "protosw.h"
+#include "socket.h"
+#include "vmmac.h"
+#include "time.h"
+#include "kernel.h"
+#include "errno.h"
+#include "ioctl.h"
 
 #include "../vax/cpu.h"
 #include "../vax/mtpr.h"
 
 #include "../vax/cpu.h"
 #include "../vax/mtpr.h"
@@ -38,8 +38,8 @@
 #include "../netinet/ip.h"
 #include "../netinet/ip_var.h"
 /* define IMPLEADERS here to get leader printing code */
 #include "../netinet/ip.h"
 #include "../netinet/ip_var.h"
 /* define IMPLEADERS here to get leader printing code */
-#include "../netimp/if_imp.h"
-#include "../netimp/if_imphost.h"
+#include "if_imp.h"
+#include "if_imphost.h"
 
 /*
  * IMP software status per interface.
 
 /*
  * IMP software status per interface.
index 3592e7c..d3e0cb6 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_imphost.c    6.1     83/07/29        */
+/*     if_imphost.c    6.2     84/08/29        */
 
 #include "imp.h"
 #if NIMP > 0
 
 #include "imp.h"
 #if NIMP > 0
  * from the IMP protocol code (if_imp.c), or
  * interlocks with the code at splimp.
  */
  * from the IMP protocol code (if_imp.c), or
  * interlocks with the code at splimp.
  */
-#include "../h/param.h"
-#include "../h/mbuf.h"
+#include "param.h"
+#include "mbuf.h"
 
 #include "../netinet/in.h"
 #include "../netinet/in_systm.h"
 
 
 #include "../netinet/in.h"
 #include "../netinet/in_systm.h"
 
-#include "../netimp/if_imp.h"
-#include "../netimp/if_imphost.h"
+#include "if_imp.h"
+#include "if_imphost.h"
 
 /*
  * Head of host table hash chains.
 
 /*
  * Head of host table hash chains.
index 84b199e..90a6ea3 100644 (file)
@@ -1,11 +1,11 @@
-/*     raw_imp.c       6.1     83/07/29        */
+/*     raw_imp.c       6.2     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/mbuf.h"
-#include "../h/socket.h"
-#include "../h/protosw.h"
-#include "../h/socketvar.h"
-#include "../h/errno.h"
+#include "param.h"
+#include "mbuf.h"
+#include "socket.h"
+#include "protosw.h"
+#include "socketvar.h"
+#include "errno.h"
 
 #include "../net/if.h"
 #include "../net/route.h"
 
 #include "../net/if.h"
 #include "../net/route.h"
@@ -13,7 +13,7 @@
 
 #include "../netinet/in.h"
 #include "../netinet/in_systm.h"
 
 #include "../netinet/in.h"
 #include "../netinet/in_systm.h"
-#include "../netimp/if_imp.h"
+#include "if_imp.h"
 
 /*
  * Raw interface to IMP.
 
 /*
  * Raw interface to IMP.