What I get for "fixing" at the last minute. Correct a mis-merge of takawata's

timeout fix and put proc.h into the right file.

Submitted by:	nnd@mail.nsk.ru
This commit is contained in:
msmith 2001-05-30 05:34:10 +00:00
parent 46d3c6a72c
commit 789b531931
2 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/proc.h>
#include <sys/taskqueue.h>
#include <machine/clock.h>

View File

@ -37,7 +37,6 @@
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#define _COMPONENT ACPI_OS_SERVICES
MODULE_NAME("SYNCH")