Bootstrapping aid from pre-kqueue(2) systems, e.g. 4.0-RELEASE.

Submitted by:	jmallett
Approved by:	re (bmah)
This commit is contained in:
Ruslan Ermilov 2002-12-01 13:38:25 +00:00
parent fa599784d3
commit 9f80feb348

View file

@ -106,7 +106,9 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <sys/file.h>
#include <sys/time.h>
#ifdef USE_KQUEUE
#include <sys/event.h>
#endif
#include <sys/wait.h>
#include <err.h>
#include <errno.h>