Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Specify the types for the cookies and ncookie...



details:   https://anonhg.NetBSD.org/src/rev/9b909e5fcbff
branches:  trunk
changeset: 583695:9b909e5fcbff
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Fri Aug 19 10:56:29 2005 +0000

description:
Specify the types for the cookies and ncookies parameters to the readdir
operation.

diffstat:

 share/man/man9/vnodeops.9 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cd7a4325b6db -r 9b909e5fcbff share/man/man9/vnodeops.9
--- a/share/man/man9/vnodeops.9 Fri Aug 19 10:10:08 2005 +0000
+++ b/share/man/man9/vnodeops.9 Fri Aug 19 10:56:29 2005 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vnodeops.9,v 1.35 2005/08/11 10:49:47 pooka Exp $
+.\"     $NetBSD: vnodeops.9,v 1.36 2005/08/19 10:56:29 jmmv Exp $
 .\"
 .\" Copyright (c) 2001, 2005 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 11, 2005
+.Dd August 19, 2005
 .Dt VNODEOPS 9
 .Os
 .Sh NAME
@@ -173,7 +173,7 @@
 "struct componentname *cnp" "struct vattr *vap" "char *target"
 .Ft int
 .Fn VOP_READDIR "struct vnode *vp" "struct uio *uio" \
-"struct ucred *cred" "int *eofflag" "cookies" "ncookies"
+"struct ucred *cred" "int *eofflag" "off_t **cookies" "int *ncookies"
 .Ft int
 .Fn VOP_READLINK "struct vnode *vp" "struct uio *uio" "struct ucred *cred"
 .Ft int



Home | Main Index | Thread Index | Old Index