Date: Tue, 4 Dec 2007 20:33:58 +0000 (UTC) From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ipw if_ipw.c Message-ID: <200712042033.lB4KXwMR000424@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wkoszek 2007-12-04 20:33:58 UTC
FreeBSD src repository
Modified files:
sys/dev/ipw if_ipw.c
Log:
Cast 'data' to 'u_char', as printf() requires this type to be unsigned. This
is what gcc3 complains about.
Without this change, it's impossible to build the kernel with gcc3.
Tested by: cognet@ (mentor)
Approved by: cognet@ (mentor)
Revision Changes Path
1.33 +1 -1 src/sys/dev/ipw/if_ipw.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712042033.lB4KXwMR000424>
