Date: Sat, 7 Feb 2009 02:14:27 +0000 (UTC) From: "Wojciech A. Koszek" <wkoszek@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/si si.c Message-ID: <200902070214.n172EZDR067736@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wkoszek 2009-02-07 02:14:27 UTC FreeBSD src repository Modified files: sys/dev/si si.c Log: SVN rev 188266 on 2009-02-07 02:14:27Z by wkoszek si_cmdname() is defined only when SI_DEBUG is enabled, thus using this function in simple printf() causes compile-time problems. Use conditionally enabled DPRINT() macro instead. Revision Changes Path 1.143 +2 -2 src/sys/dev/si/si.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902070214.n172EZDR067736>