move net addresses from interface layer into protocols,
[unix-history] / usr / src / sys / net / if.c
index 2bc3f29..53180d0 100644 (file)
@@ -1,17 +1,17 @@
-/*     if.c    6.4     84/03/22        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/socket.h"
-#include "../h/protosw.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/ioctl.h"
-#include "../h/errno.h"
-
-#include "../net/if.h"
-#include "../net/af.h"
+/*     if.c    6.6     85/03/19        */
+
+#include "param.h"
+#include "systm.h"
+#include "socket.h"
+#include "protosw.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "ioctl.h"
+#include "errno.h"
+
+#include "if.h"
+#include "af.h"
 
 #include "ether.h"
 
 
 #include "ether.h"