cvs commit: src/sys/dev/hfa fore_command.c fore_output.c
fore_stats.c fore_transmit.c
Maxime Henrion
mux at FreeBSD.org
Sun Feb 22 08:27:29 PST 2004
mux 2004/02/22 08:27:28 PST
FreeBSD src repository
Modified files:
sys/dev/hfa fore_command.c fore_output.c fore_stats.c
fore_transmit.c
Log:
Unbreak after the change to use vm_paddr_t. Since vm_paddr_t is
an integer type and the a cast to (void *) was added in the
definition of NULL for the kernel, we need to use 0 here instead.
Partly submitted by: cperciva
Revision Changes Path
1.18 +2 -2 src/sys/dev/hfa/fore_command.c
1.18 +1 -1 src/sys/dev/hfa/fore_output.c
1.13 +1 -1 src/sys/dev/hfa/fore_stats.c
1.13 +4 -4 src/sys/dev/hfa/fore_transmit.c
More information about the cvs-src
mailing list