Fix packets/bytes accounting on i386.

Spotted by:	julian
This commit is contained in:
Alexander V. Chernikov 2015-08-27 07:53:58 +00:00
parent f595a30ba0
commit 3535eac433

View File

@ -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