summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-04-16 22:31:49 +0000
committerjlemon <jlemon@FreeBSD.org>2000-04-16 22:31:49 +0000
commit9b6c0ec9afef832d6c213976246e3f438b42feaa (patch)
tree829f36d9cb415803d435f9d86fbbcaf26dd96c4a
parent1ec4d6dddf6e1616f3062856ebca3bc9c45b8725 (diff)
downloadFreeBSD-src-9b6c0ec9afef832d6c213976246e3f438b42feaa.zip
FreeBSD-src-9b6c0ec9afef832d6c213976246e3f438b42feaa.tar.gz
Create <event.h> -> <sys/event.h> link that I forgot earlier.
Reminded by: ache
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 2348e5c..7e8c1b5 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -38,8 +38,8 @@ 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 fcntl.h inttypes.h linker_set.h poll.h syslog.h \
- termios.h ucontext.h
+LFILES= aio.h errno.h event.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 \
netipx netkey netncp netns nfs ntfs nwfs pccard posix4 sys vm
OpenPOWER on IntegriCloud