summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 1772b13..7e13783 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -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
OpenPOWER on IntegriCloud