include mtpr.h for tahoe too
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 14 Aug 1987 04:36:39 +0000 (20:36 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 14 Aug 1987 04:36:39 +0000 (20:36 -0800)
SCCS-vsn: sys/net/if_sl.c 7.4

usr/src/sys/net/if_sl.c

index 415c0e5..6e27d9e 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)if_sl.c     7.3 (Berkeley) %G% */
+/*     @(#)if_sl.c     7.4 (Berkeley) %G% */
 
 /*
  * Serial Line interface
 
 /*
  * Serial Line interface
@@ -46,9 +46,7 @@
 #include "../netinet/ip.h"
 #endif
 
 #include "../netinet/ip.h"
 #endif
 
-#ifdef vax
-#include "../vax/mtpr.h"
-#endif vax
+#include "../machine/mtpr.h"
 
 /*
  * N.B.: SLMTU is now a hard limit on input packet size.
 
 /*
  * N.B.: SLMTU is now a hard limit on input packet size.