summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-06-06 19:39:10 +0000
committerjulian <julian@FreeBSD.org>1998-06-06 19:39:10 +0000
commit2cda12b561a47f469b0a05b3854a548c841356a9 (patch)
treed006668f700da058a6b87c5276f9f53f0b7c2332 /sys/netinet/in.h
parente6bc8c123a9561a257efb1124bedb4eabaf2457c (diff)
downloadFreeBSD-src-2cda12b561a47f469b0a05b3854a548c841356a9.zip
FreeBSD-src-2cda12b561a47f469b0a05b3854a548c841356a9.tar.gz
clean up the changes made to ipfw over the last weeks
(should make the ipfw lkm work again)
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index e5c68af..a5422cf 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id: in.h,v 1.32 1998/05/10 20:51:46 jb Exp $
+ * $Id: in.h,v 1.33 1998/05/19 14:04:18 dg Exp $
*/
#ifndef _NETINET_IN_H_
@@ -431,7 +431,7 @@ char *inet_ntoa __P((struct in_addr)); /* in libkern */
/* Firewall hooks */
struct ip;
-typedef int ip_fw_chk_t __P((struct ip**, int, struct ifnet*, int, struct mbuf**));
+typedef int ip_fw_chk_t __P((struct ip**, int, struct ifnet*, int*, struct mbuf**));
typedef int ip_fw_ctl_t __P((int, struct mbuf**));
extern ip_fw_chk_t *ip_fw_chk_ptr;
extern ip_fw_ctl_t *ip_fw_ctl_ptr;
OpenPOWER on IntegriCloud