summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netpfil/ipfw/ip_fw_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/ip_fw_private.h b/sys/netpfil/ipfw/ip_fw_private.h
index ad44529..e39b32d 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
OpenPOWER on IntegriCloud