Module Name: src Committed By: dyoung Date: Wed Jun 1 22:59:44 UTC 2011
Modified Files: src/sys/netinet6: ip6_input.c Log Message: Don't refer to extern tcbtable here, it is unused. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/netinet6/ip6_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/netinet6/ip6_input.c diff -u src/sys/netinet6/ip6_input.c:1.131 src/sys/netinet6/ip6_input.c:1.132 --- src/sys/netinet6/ip6_input.c:1.131 Tue May 24 18:07:11 2011 +++ src/sys/netinet6/ip6_input.c Wed Jun 1 22:59:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.131 2011/05/24 18:07:11 spz Exp $ */ +/* $NetBSD: ip6_input.c,v 1.132 2011/06/01 22:59:44 dyoung Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.131 2011/05/24 18:07:11 spz Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.132 2011/06/01 22:59:44 dyoung Exp $"); #include "opt_gateway.h" #include "opt_inet.h" @@ -138,8 +138,6 @@ #include <net/net_osdep.h> -extern struct inpcbtable tcbtable; /* XXX include of tcp_var.h no good */ - extern struct domain inet6domain; u_char ip6_protox[IPPROTO_MAX];