summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-04-18 17:00:22 +0000
committerjlemon <jlemon@FreeBSD.org>2000-04-18 17:00:22 +0000
commit64238f2a36cca0a4568a6c888558ca0d077e5252 (patch)
tree30c656744f5ccfe8046da6005a084c5d6484a480 /include
parentd8e2bb35d53805d62e414243619db5d88a1b9077 (diff)
downloadFreeBSD-src-64238f2a36cca0a4568a6c888558ca0d077e5252.zip
FreeBSD-src-64238f2a36cca0a4568a6c888558ca0d077e5252.tar.gz
Revert previous commit, and remove the <event.h> symlink. As this is
a system-specific extension, not a standardized interface, it should be located with the sys/ includes. Requested by: wollman
Diffstat (limited to 'include')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 7e8c1b5..e685487 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -38,7 +38,7 @@ PFILES= mqueue.h sched.h semaphore.h # aio.h
# Only for default SHARED=copies case
SFILES= soundcard.h joystick.h
-LFILES= aio.h errno.h event.h fcntl.h inttypes.h linker_set.h \
+LFILES= aio.h errno.h fcntl.h inttypes.h linker_set.h \
poll.h syslog.h termios.h ucontext.h
LDIRS= cam msdosfs net netatalk netatm netgraph netinet netinet6 \
OpenPOWER on IntegriCloud