Date: Wed, 11 Apr 2007 10:12:01 -0700 From: Nate Lawson <nate@root.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/contrib/dev/acpica utmisc.c Message-ID: <461D16E1.6050001@root.org> In-Reply-To: <20070411110923.E42C416A50E@hub.freebsd.org> References: <20070411110923.E42C416A50E@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov wrote:
> ru 2007-04-11 11:09:18 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: INTEL)
> sys/contrib/dev/acpica utmisc.c
> Log:
> Unbreak world build.
>
> Revision Changes Path
> 1.1.1.25 +2 -0 src/sys/contrib/dev/acpica/utmisc.c
>
>
> Index: src/sys/contrib/dev/acpica/utmisc.c
> diff -u src/sys/contrib/dev/acpica/utmisc.c:1.1.1.24 src/sys/contrib/dev/acpica/utmisc.c:1.1.1.25
> --- src/sys/contrib/dev/acpica/utmisc.c:1.1.1.24 Wed Apr 11 02:03:36 2007
> +++ src/sys/contrib/dev/acpica/utmisc.c Wed Apr 11 11:09:18 2007
> @@ -1295,9 +1295,11 @@
> {
> va_list args;
>
> +#ifdef _KERNEL
> /* Temporarily hide too verbose printfs. */
> if (!bootverbose)
> return;
> +#endif
>
> /*
> * Removed ModuleName, LineNumber, and acpica version, not needed
Thanks and pointy hat accepted. Of course, kernel built fine but I
forgot some of these routines were included in the userland utilities.
--
Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?461D16E1.6050001>
