Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 03:26:37 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r200598 - head/sys/netinet/ipfw
Message-ID:  <200912160326.nBG3QbeH083608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Dec 16 03:26:37 2009
New Revision: 200598
URL: http://svn.freebsd.org/changeset/base/200598

Log:
  Quick fix to make this compile:
  	Remove redundant extern declearations.
  If the maintainer has a better fix, then feel free to back this out.

Modified:
  head/sys/netinet/ipfw/ip_fw_nat.c

Modified: head/sys/netinet/ipfw/ip_fw_nat.c
==============================================================================
--- head/sys/netinet/ipfw/ip_fw_nat.c	Wed Dec 16 03:25:43 2009	(r200597)
+++ head/sys/netinet/ipfw/ip_fw_nat.c	Wed Dec 16 03:26:37 2009	(r200598)
@@ -70,12 +70,6 @@ __FBSDID("$FreeBSD$");
 static VNET_DEFINE(eventhandler_tag, ifaddr_event_tag);
 #define	V_ifaddr_event_tag	VNET(ifaddr_event_tag)
 
-extern ipfw_nat_t *ipfw_nat_ptr;
-extern ipfw_nat_cfg_t *ipfw_nat_cfg_ptr;
-extern ipfw_nat_cfg_t *ipfw_nat_del_ptr;
-extern ipfw_nat_cfg_t *ipfw_nat_get_cfg_ptr;
-extern ipfw_nat_cfg_t *ipfw_nat_get_log_ptr;
-
 static void 
 ifaddr_change(void *arg __unused, struct ifnet *ifp)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912160326.nBG3QbeH083608>