Expand u_short and u_int to unsigned short and unsigned int
authormillert <millert@openbsd.org>
Thu, 21 Dec 2017 21:04:38 +0000 (21:04 +0000)
committermillert <millert@openbsd.org>
Thu, 21 Dec 2017 21:04:38 +0000 (21:04 +0000)
commite7483f3bf35922de55a8182c036b1cc11eaa915f
tree0c4d0659d93ce8abc0d21e271f342453c2366a7d
parentfbc98d93c2299c12a6e93d547ec61d1d61936bc8
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@
sys/sys/event.h