CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2017/12/21 14:04:38
Modified files: sys/sys : event.h Log message: Expand u_short and u_int to unsigned short and unsigned int respectively to avoid compilation errors when one of the POSIX or X/OPEN version macros is defined. Also sync the field descriptions with kqueue.2. OK deraadt@