[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.118.2.3 and 1.130

version 1.118.2.3, 2010/03/11 15:04:29 version 1.130, 2011/05/03 18:28:45
Line 138  __KERNEL_RCSID(0, "$NetBSD$");
Line 138  __KERNEL_RCSID(0, "$NetBSD$");
   
 #include <net/net_osdep.h>  #include <net/net_osdep.h>
   
   extern  struct inpcbtable tcbtable; /* XXX include of tcp_var.h no good */
   
 extern struct domain inet6domain;  extern struct domain inet6domain;
   
 u_char ip6_protox[IPPROTO_MAX];  u_char ip6_protox[IPPROTO_MAX];

Legend:
Removed from v.1.118.2.3  
changed lines
  Added in v.1.130

CVSweb <webmaster@jp.NetBSD.org>