diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2019-03-14 22:30:05 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2019-03-14 22:30:05 +0000 |
| commit | cef9f220cd03ba4d784db1ca1cb6c29094198cbb (patch) | |
| tree | d93f6f04339331819ee4baf1d8219ac0e61fa03d /sys/netinet/ip_var.h | |
| parent | b7795b67460c617cb5b1e95c90e9af79a8bbec5c (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_var.h')
| -rw-r--r-- | sys/netinet/ip_var.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index ee8b864c56de..56566e67f842 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -294,9 +294,7 @@ VNET_DECLARE(ip_fw_ctl_ptr_t, ip_fw_ctl_ptr); /* Divert hooks. */ extern void (*ip_divert_ptr)(struct mbuf *m, bool incoming); /* ng_ipfw hooks -- XXX make it the same as divert and dummynet */ -extern int (*ng_ipfw_input_p)(struct mbuf **, int, - struct ip_fw_args *, int); - +extern int (*ng_ipfw_input_p)(struct mbuf **, struct ip_fw_args *, bool); extern int (*ip_dn_ctl_ptr)(struct sockopt *); extern int (*ip_dn_io_ptr)(struct mbuf **, int, struct ip_fw_args *); #endif /* _KERNEL */ |
