summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-06-06 20:45:28 +0000
committerjulian <julian@FreeBSD.org>1998-06-06 20:45:28 +0000
commit30cc111a0f023e7efe54d7c4ec29f9673fbc4901 (patch)
treea91dca961834fb3a7e4b2813d23e9b2aece97c8a /sys/netinet/in.h
parent2cda12b561a47f469b0a05b3854a548c841356a9 (diff)
downloadFreeBSD-src-30cc111a0f023e7efe54d7c4ec29f9673fbc4901.zip
FreeBSD-src-30cc111a0f023e7efe54d7c4ec29f9673fbc4901.tar.gz
Fix wrong data type for a pointer.
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 a5422cf..bb6562c 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.33 1998/05/19 14:04:18 dg Exp $
+ * $Id: in.h,v 1.34 1998/06/06 19:39:08 julian 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*, u_int16_t*, 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