summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-04-18 16:56:55 +0000
committerjlemon <jlemon@FreeBSD.org>2000-04-18 16:56:55 +0000
commitd8e2bb35d53805d62e414243619db5d88a1b9077 (patch)
tree0bd9fb6610d62ae4aa3f850bd378b288484d82f6 /usr.bin
parent9a185ae6ac529baaf2a7df4e7f7fcd4b1c5d4ae0 (diff)
downloadFreeBSD-src-d8e2bb35d53805d62e414243619db5d88a1b9077.zip
FreeBSD-src-d8e2bb35d53805d62e414243619db5d88a1b9077.tar.gz
Change <event.h> --> <sys/event.h>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tail/forward.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c
index 80cd185..5fff64f 100644
--- a/usr.bin/tail/forward.c
+++ b/usr.bin/tail/forward.c
@@ -44,8 +44,8 @@ static char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93";
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/mman.h>
+#include <sys/event.h>
-#include <event.h>
#include <limits.h>
#include <fcntl.h>
#include <errno.h>
OpenPOWER on IntegriCloud