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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to