kqueue: Bring in EV_RECEIPT and EV_DISPATCH from FreeBSD
authorBen Woolley <tautolog@gmail.com>
Fri, 4 Dec 2015 07:58:21 +0000 (23:58 -0800)
committerJohn Marino <draco@marino.st>
Fri, 4 Dec 2015 09:12:24 +0000 (10:12 +0100)
commit790e2e546ea2fa0a2da2055c14d439ba2cb5edfb
tree0db0df236b31db3dc79966cce52d3cb4e7ad7a27
parentbee1eda44c0bc34f943b4ed838bd011c62d0a918
kqueue: Bring in EV_RECEIPT and EV_DISPATCH from FreeBSD

EV_RECEIPT:  FreeBSD SVN 197243
EV_DISPATCH: FreeBSD SVN 197242

Since EV_RECEIPT has been on FreeBSD since release 8.1 and on OSX
since Release 10.5, it's starting to show up in 3rd party software.
And authors assume if FreeBSD has it, all BSDs have.

suggested by:   Jan Beich
contributed by: Ben Woolley
lib/libc/sys/kqueue.2
sys/kern/kern_event.c
sys/sys/event.h