one more time, this time mtpr.h is vax specific
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 16 May 1983 08:20:28 +0000 (00:20 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 16 May 1983 08:20:28 +0000 (00:20 -0800)
SCCS-vsn: sys/net/if_loop.c 4.17
SCCS-vsn: sys/netinet/ip_output.c 1.48

usr/src/sys/net/if_loop.c
usr/src/sys/netinet/ip_output.c

index 2d26efd..b78e001 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_loop.c       4.16    83/02/11        */
+/*     if_loop.c       4.17    83/05/15        */
 
 /*
  * Loopback interface driver for protocol testing and timing.
 
 /*
  * Loopback interface driver for protocol testing and timing.
@@ -19,7 +19,9 @@
 #include "../netinet/ip.h"
 #include "../netinet/ip_var.h"
 
 #include "../netinet/ip.h"
 #include "../netinet/ip_var.h"
 
-#include "../machine/mtpr.h"
+#ifdef vax
+#include "../vax/mtpr.h"
+#endif
 
 #define        LONET   127
 #define        LOMTU   (1024+512)
 
 #define        LONET   127
 #define        LOMTU   (1024+512)
index 10453c9..5b5f09c 100644 (file)
@@ -1,4 +1,4 @@
-/*     ip_output.c     1.47    83/05/12        */
+/*     ip_output.c     1.48    83/05/15        */
 
 #include "../h/param.h"
 #include "../h/mbuf.h"
 
 #include "../h/param.h"
 #include "../h/mbuf.h"
@@ -14,7 +14,9 @@
 #include "../netinet/ip.h"
 #include "../netinet/ip_var.h"
 
 #include "../netinet/ip.h"
 #include "../netinet/ip_var.h"
 
-#include "../machine/mtpr.h"
+#ifdef vax
+#include "../vax/mtpr.h"
+#endif
 
 int    ipnorouteprint = 0;
 
 
 int    ipnorouteprint = 0;