Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys backout previous (3rd arg type), as it does not...



details:   https://anonhg.NetBSD.org/src/rev/0387e2a9db2a
branches:  trunk
changeset: 537904:0387e2a9db2a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Oct 08 05:54:05 2002 +0000

description:
backout previous (3rd arg type), as it does not meet with getdirentries.c.
(which standard dictates the function prototype?)

diffstat:

 lib/libc/sys/getdirentries.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1cfd1e016f0d -r 0387e2a9db2a lib/libc/sys/getdirentries.3
--- a/lib/libc/sys/getdirentries.3      Tue Oct 08 02:50:51 2002 +0000
+++ b/lib/libc/sys/getdirentries.3      Tue Oct 08 05:54:05 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdirentries.3,v 1.10 2002/10/03 06:17:33 jdolecek Exp $
+.\"    $NetBSD: getdirentries.3,v 1.11 2002/10/08 05:54:05 itojun 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" "u_int nbytes" "long *basep"
+.Fn getdirentries "int fd" "char *buf" "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