Change the prototype of kevent to remove the const from the changelist.

Reviewed by:	jhb
This commit is contained in:
ps 2005-03-01 17:43:08 +00:00
parent 88eacaa717
commit 4e3e9f019c

View File

@ -515,7 +515,7 @@
361 MSTD { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
362 MSTD { int kqueue(void); }
363 MSTD { int kevent(int fd, \
const struct kevent *changelist, int nchanges, \
struct kevent *changelist, int nchanges, \
struct kevent *eventlist, int nevents, \
const struct timespec *timeout); }
364 UNIMPL __cap_get_proc