csjp 2004-09-21 22:12:43 UTC
FreeBSD src repository
Modified files:
sbin/ipfw ipfw2.c
Log:
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
Revision Changes Path
1.59 +1 -1 src/sbin/ipfw/ipfw2.c