diff --git a/sys/netpfil/ipfw/ip_fw_private.h b/sys/netpfil/ipfw/ip_fw_private.h index ad445291eaf1..e39b32ddc577 100644 --- a/sys/netpfil/ipfw/ip_fw_private.h +++ b/sys/netpfil/ipfw/ip_fw_private.h @@ -256,7 +256,7 @@ struct ip_fw { ipfw_insn cmd[1]; /* storage for commands */ }; -#define IPFW_RULE_CNTR_SIZE (2 * sizeof(counter_u64_t)) +#define IPFW_RULE_CNTR_SIZE (2 * sizeof(uint64_t)) #endif