Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys COMPAT_43 getdirentries(2) actually has u_int '...
details: https://anonhg.NetBSD.org/src/rev/070a0806e453
branches: trunk
changeset: 537611:070a0806e453
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Thu Oct 03 06:17:33 2002 +0000
description:
COMPAT_43 getdirentries(2) actually has u_int 'nbytes' argument
diffstat:
lib/libc/sys/getdirentries.3 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 048664578150 -r 070a0806e453 lib/libc/sys/getdirentries.3
--- a/lib/libc/sys/getdirentries.3 Thu Oct 03 05:31:25 2002 +0000
+++ b/lib/libc/sys/getdirentries.3 Thu Oct 03 06:17:33 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getdirentries.3,v 1.9 2002/08/12 21:18:25 soren Exp $
+.\" $NetBSD: getdirentries.3,v 1.10 2002/10/03 06:17:33 jdolecek Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -42,7 +42,7 @@
.Sh SYNOPSIS
.Fd #include \*[Lt]dirent.h\*[Gt]
.Ft int
-.Fn getdirentries "int fd" "char *buf" "int nbytes" "long *basep"
+.Fn getdirentries "int fd" "char *buf" "u_int nbytes" "long *basep"
.Sh DESCRIPTION
.Bf -symbolic
.\" This interface is available from the compatibility library, libcompat and
Home |
Main Index |
Thread Index |
Old Index