From owner-svn-src-all@FreeBSD.ORG Thu May 13 19:47:36 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C4D1106564A; Thu, 13 May 2010 19:47:36 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8BCED8FC15; Thu, 13 May 2010 19:47:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4DJlaYQ031343; Thu, 13 May 2010 19:47:36 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4DJla15031341; Thu, 13 May 2010 19:47:36 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <201005131947.o4DJla15031341@svn.freebsd.org> From: Kip Macy Date: Thu, 13 May 2010 19:47:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208043 - head/sys/netinet6 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 19:47:36 -0000 Author: kmacy Date: Thu May 13 19:47:36 2010 New Revision: 208043 URL: http://svn.freebsd.org/changeset/base/208043 Log: do a proper fix Pointed out by: np@ MFC after: 3 days Modified: head/sys/netinet6/ip6_input.c Modified: head/sys/netinet6/ip6_input.c ============================================================================== --- head/sys/netinet6/ip6_input.c Thu May 13 19:36:13 2010 (r208042) +++ head/sys/netinet6/ip6_input.c Thu May 13 19:47:36 2010 (r208043) @@ -116,7 +116,7 @@ __FBSDID("$FreeBSD$"); #ifdef FLOWTABLE #include -extern int VNET_NAME(ip6_output_flowtable_size) __section(VNET_SETNAME); +VNET_DECLARE(int, ip6_output_flowtable_size); #define V_ip6_output_flowtable_size VNET(ip6_output_flowtable_size) #endif