aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_fw.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_fw.h')
-rw-r--r--sys/netinet/ip_fw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h
index 25b303c1dbf6d..468d66f045544 100644
--- a/sys/netinet/ip_fw.h
+++ b/sys/netinet/ip_fw.h
@@ -315,7 +315,7 @@ struct ipfw_dyn_rule {
/*
* Function definitions.
*/
-void ip_fw_init __P((void));
+void ip_fw_init(void);
/* Firewall hooks */
struct ip;