kan 2004-07-28 06:58:23 UTC
FreeBSD src repository
Modified files:
sys/netipx ipx_cksum.c
Log:
Avoid casts as lvalues. Declare local variable as u_char * instead of
declaring it as u_short * and casting it back to uchar * all over the place.
Revision Changes Path
1.11 +6 -6 src/sys/netipx/ipx_cksum.c