]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since "d" is an array of 32 bit values, it is more
authorcsjp <csjp@FreeBSD.org>
Tue, 21 Sep 2004 22:12:43 +0000 (22:12 +0000)
committercsjp <csjp@FreeBSD.org>
Tue, 21 Sep 2004 22:12:43 +0000 (22:12 +0000)
commit88c0121fcb364467ed1cf5c2205b7d004f057ceb
tree801da413929b65c3686b34861fca205c17d248b7
parent5361b04b030689849bbecb5ac450cabef8280783
Since "d" is an array of 32 bit values, it is more
correct to change the cast from unsigned int to uint32_t.

Pointed out by: luigi
sbin/ipfw/ipfw2.c