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:
Mike Smith 2001-05-30 05:34:10 +00:00
parent cecfe930f1
commit 4fa8ded9c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77466
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")