Date: Wed, 30 May 2001 11:36:42 +0700 (NOVST) From: nnd@mail.nsk.ru To: current@FreeBSD.ORG Subject: Re: HEADS UP, ACPI CA updated. Message-ID: <200105300436.f4U4agN26500@wint.itfs.nsk.su> In-Reply-To: <200105292201.f4TM1IT00702@mass.dis.org>
next in thread | previous in thread | raw e-mail | index | archive | help
As a result 'make buildkernel' is broken in 'sys/dev/acpica/Osd'. The next patch permits me to finish kernel building. N.Dudorov Index: sys/dev/acpica/Osd/OsdSchedule.c =================================================================== RCS file: /scratch/CVS/src/sys/dev/acpica/Osd/OsdSchedule.c,v retrieving revision 1.8 diff -b -u -r1.8 OsdSchedule.c --- sys/dev/acpica/Osd/OsdSchedule.c 2001/05/29 20:13:42 1.8 +++ sys/dev/acpica/Osd/OsdSchedule.c 2001/05/30 04:29:39 @@ -37,6 +37,7 @@ #include <sys/malloc.h> #include <sys/taskqueue.h> #include <machine/clock.h> +#include <sys/proc.h> #define _COMPONENT ACPI_OS_SERVICES MODULE_NAME("SCHEDULE") To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105300436.f4U4agN26500>