handle new device spec, remove tmscpioctl, reformat a bit
[unix-history] / usr / src / sys / vax / stand / imptst.c
index 24db8f0..bf102e2 100644 (file)
@@ -1,12 +1,21 @@
-#include "../h/param.h"
-#include "../h/pte.h"
-#include "../h/ubareg.h"
-#include "../net/in.h"
-#include "../net/in_systm.h"
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)imptst.c    7.2 (Berkeley) %G%
+ */
+
+#include "param.h"
+#include "inode.h"
+
+#include "../vaxuba/ubareg.h"
+#include "../netinet/in.h"
+#include "../netinet/in_systm.h"
 #define        IMPLEADERS
 #define        IMPLEADERS
-#include "../net/if_imp.h"
-#include "../net/if_acc.h"
-#include "../h/inode.h"
+#include "../netimp/if_imp.h"
+#include "../vaxif/if_acc.h"
+
 #include "saio.h"
 #include "savax.h"
 
 #include "saio.h"
 #include "savax.h"