Date: Sun, 22 Feb 2004 08:27:28 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hfa fore_command.c fore_output.c fore_stats.c fore_transmit.c Message-ID: <200402221627.i1MGRSjM018065@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402221627.i1MGRSjM018065>