diff options
author | melifaro <melifaro@FreeBSD.org> | 2014-08-11 20:00:51 +0000 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2014-08-11 20:00:51 +0000 |
commit | 9266cc6d8f40424b34356face1f6a145af016e61 (patch) | |
tree | 6fedbd2ad4fe3a0099f89f861d7b2f793ea3c1a0 /sys/netpfil/ipfw/ip_fw_iface.c | |
parent | 25473f8f4a725f7c029d0a67ebd50115c099543a (diff) | |
download | FreeBSD-src-9266cc6d8f40424b34356face1f6a145af016e61.zip FreeBSD-src-9266cc6d8f40424b34356face1f6a145af016e61.tar.gz |
Update functions descriptions.
Diffstat (limited to 'sys/netpfil/ipfw/ip_fw_iface.c')
-rw-r--r-- | sys/netpfil/ipfw/ip_fw_iface.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netpfil/ipfw/ip_fw_iface.c b/sys/netpfil/ipfw/ip_fw_iface.c index 4655ecb..e9b61ce 100644 --- a/sys/netpfil/ipfw/ip_fw_iface.c +++ b/sys/netpfil/ipfw/ip_fw_iface.c @@ -69,7 +69,6 @@ static void handle_ifattach(struct ip_fw_chain *ch, struct ipfw_iface *iif, /* * FreeBSD Kernel interface. */ - static void ipfw_kifhandler(void *arg, struct ifnet *ifp); static int ipfw_kiflookup(char *name); static void iface_khandler_register(void); @@ -189,8 +188,6 @@ ipfw_kiflookup(char *name) return (ifindex); } - - /* * Global ipfw startup hook. * Since we perform lazy initialization, do nothing except |