diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2005-11-28 03:21:58 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2005-11-28 03:21:58 +0000 |
commit | 75b4a964629a42da2fb9d5c8bc5ec257be975c1c (patch) | |
tree | 7990b9af03b5df5a29621b1d9dce884be7abb7c1 /include | |
parent | 4ff9397acd75ecf1cc0042539b18cae7eec3f940 (diff) | |
download | FreeBSD-src-75b4a964629a42da2fb9d5c8bc5ec257be975c1c.zip FreeBSD-src-75b4a964629a42da2fb9d5c8bc5ec257be975c1c.tar.gz |
Remove commented out reference to posix4/mqueue.h. It hasn't been installed
for 3 years, and now we have another (working) implementation
of POSIX message queues elsewhere in the source tree.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 4edd904..1a31eb6 100644 --- a/include/Makefile +++ b/include/Makefile @@ -25,8 +25,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ MHDRS= float.h floatingpoint.h stdarg.h -# posix4/mqueue.h is useless without an implementation and isn't installed: -PHDRS= sched.h semaphore.h _semaphore.h # mqueue.h +PHDRS= sched.h semaphore.h _semaphore.h LHDRS= aio.h errno.h fcntl.h linker_set.h poll.h stdint.h syslog.h \ termios.h ucontext.h |