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

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

Diff for /src/sys/netinet/raw_ip.c between version 1.97.8.3 and 1.100.6.3

version 1.97.8.3, 2008/03/23 02:05:06 version 1.100.6.3, 2008/02/18 21:07:08
Line 1 
Line 1 
 /*      raw_ip.c,v 1.97.8.2 2008/01/09 01:57:29 matt Exp        */  /*      $NetBSD$        */
   
 /*  /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.   * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Line 61 
Line 61 
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 __KERNEL_RCSID(0, "raw_ip.c,v 1.97.8.2 2008/01/09 01:57:29 matt Exp");  __KERNEL_RCSID(0, "$NetBSD$");
   
 #include "opt_inet.h"  #include "opt_inet.h"
 #include "opt_ipsec.h"  #include "opt_ipsec.h"

Legend:
Removed from v.1.97.8.3  
changed lines
  Added in v.1.100.6.3

CVSweb <webmaster@jp.NetBSD.org>