From bb0fa7974b0a0a796e8aab52ba28494be98ce440 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 11 Apr 2007 11:09:18 +0000 Subject: Unbreak world build. --- sys/contrib/dev/acpica/utmisc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/contrib/dev/acpica/utmisc.c b/sys/contrib/dev/acpica/utmisc.c index c48ef28..f1585da5 100644 --- a/sys/contrib/dev/acpica/utmisc.c +++ b/sys/contrib/dev/acpica/utmisc.c @@ -1295,9 +1295,11 @@ AcpiUtInfo ( { va_list args; +#ifdef _KERNEL /* Temporarily hide too verbose printfs. */ if (!bootverbose) return; +#endif /* * Removed ModuleName, LineNumber, and acpica version, not needed -- cgit v1.1