can use #include "param.h" instead of #include "sys/param.h";
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Tue, 3 Mar 1992 08:25:29 +0000 (00:25 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Tue, 3 Mar 1992 08:25:29 +0000 (00:25 -0800)
move file to /sys/netns from /sys/tahoe/tahoe (this version is machine-
independent and not horribly inefficient

SCCS-vsn: sys/netns/ns_cksum.c 7.8

usr/src/sys/netns/ns_cksum.c

index 871abbb..955266a 100644 (file)
@@ -4,11 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ns_cksum.c  7.7 (Berkeley) %G%
+ *     @(#)ns_cksum.c  7.8 (Berkeley) %G%
  */
 
  */
 
-#include "sys/param.h"
-#include "sys/mbuf.h"
+#include "param.h"
+#include "mbuf.h"
 
 /*
  * Checksum routine for Network Systems Protocol Packets (Big-Endian).
 
 /*
  * Checksum routine for Network Systems Protocol Packets (Big-Endian).