Use fcntl.h in kqueue.c
commitadb9e75d916ead0fee77f540ecb74b731b40e0fa
authorJeremie Courreges-Anglas <jca@wxcvbn.org>
Mon, 15 Jan 2018 08:12:44 +0000 (15 09:12 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 15 Jan 2018 08:12:44 +0000 (15 09:12 +0100)
tree31b8b27825800587c91b39a38ef7ca1874d38268
parent5af5df1f7c20858dab762830e1a94994ceda425b
Use fcntl.h in kqueue.c

* src/kqueue.c: Use fcntl.h (specified by POSIX) instead of
non-standard sys/file.h to access O_* open(2) flags.
src/kqueue.c