svn commit: r200598 - head/sys/netinet/ipfw

Warner Losh imp at FreeBSD.org
Tue Dec 15 19:26:38 PST 2009


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)
 {


More information about the svn-src-all mailing list