[BACK]Return to ip6_input.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/ip6_input.c between version 1.109.6.3 and 1.114

version 1.109.6.3, 2008/03/23 02:05:07 version 1.114, 2008/02/27 19:40:56
Line 1 
Line 1 
 /*      ip6_input.c,v 1.109.6.2 2008/01/09 01:57:37 matt Exp    */  /*      $NetBSD$        */
 /*      $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $     */  /*      $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $     */
   
 /*  /*
Line 62 
Line 62 
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
 __KERNEL_RCSID(0, "ip6_input.c,v 1.109.6.2 2008/01/09 01:57:37 matt Exp");  __KERNEL_RCSID(0, "$NetBSD$");
   
 #include "opt_inet.h"  #include "opt_inet.h"
 #include "opt_inet6.h"  #include "opt_inet6.h"

Legend:
Removed from v.1.109.6.3  
changed lines
  Added in v.1.114

CVSweb <webmaster@jp.NetBSD.org>