[BACK]Return to in6_cksum.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/in6_cksum.c between version 1.11 and 1.12

version 1.11, 2001/05/30 03:06:56 version 1.12, 2001/11/13 00:56:59
Line 65 
Line 65 
  *      @(#)in_cksum.c  8.1 (Berkeley) 6/10/93   *      @(#)in_cksum.c  8.1 (Berkeley) 6/10/93
  */   */
   
   #include <sys/cdefs.h>
   __KERNEL_RCSID(0, "$NetBSD$");
   
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/mbuf.h>  #include <sys/mbuf.h>
 #include <sys/systm.h>  #include <sys/systm.h>

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>