cvs commit: src/sys/contrib/dev/acpica utmisc.c
Nate Lawson
nate at root.org
Wed Apr 11 18:01:11 UTC 2007
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
More information about the cvs-src
mailing list