Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/kqueue]: src/lib/libc/sys kevent(2): nchanges and nevents changed to size_t
details: https://anonhg.NetBSD.org/src/rev/397c8968f9ac
branches: kqueue
changeset: 512462:397c8968f9ac
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Jun 07 08:24:11 2002 +0000
description:
kevent(2): nchanges and nevents changed to size_t
diffstat:
lib/libc/sys/kqueue.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9a8066d67786 -r 397c8968f9ac lib/libc/sys/kqueue.2
--- a/lib/libc/sys/kqueue.2 Fri Jun 07 08:22:36 2002 +0000
+++ b/lib/libc/sys/kqueue.2 Fri Jun 07 08:24:11 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: kqueue.2,v 1.1.1.1.2.2 2002/03/18 21:35:32 jdolecek Exp $
+.\" $NetBSD: kqueue.2,v 1.1.1.1.2.3 2002/06/07 08:24:11 jdolecek Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -48,7 +48,7 @@
.Ft int
.Fn kqueue "void"
.Ft int
-.Fn kevent "int kq" "const struct kevent *changelist" "int nchanges" "struct kevent *eventlist" "int nevents" "const struct timespec *timeout"
+.Fn kevent "int kq" "const struct kevent *changelist" "size_t nchanges" "struct kevent *eventlist" "size_t nevents" "const struct timespec *timeout"
.Fn EV_SET "&kev" ident filter flags fflags data udata
.Sh DESCRIPTION
.Fn kqueue
Home |
Main Index |
Thread Index |
Old Index