aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-11-24 09:51:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-11-24 09:51:59 +0000
commitb484d9f687a7c8abeeeed33f85c9e073e82c035f (patch)
tree0a1e1aaadc2f750f5306e4a0559365a25d1575ef
parent19797b22561b52658349347f05dc92f69ae08947 (diff)
Notes
-rw-r--r--sys/sys/event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/event.h b/sys/sys/event.h
index 5ea22db9d827b..4395cbbaee0c8 100644
--- a/sys/sys/event.h
+++ b/sys/sys/event.h
@@ -235,7 +235,7 @@ struct timespec;
__BEGIN_DECLS
int kqueue(void);
-int kevent(int kq, struct kevent *changelist, int nchanges,
+int kevent(int kq, const struct kevent *changelist, int nchanges,
struct kevent *eventlist, int nevents,
const struct timespec *timeout);
__END_DECLS