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

Reviewed by:	jhb
This commit is contained in:
Paul Saab 2005-03-01 17:43:08 +00:00
parent 2628b0b7ab
commit 96d31285fe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142932

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