From 1798df2a8624269f82c1a187c2a2e00f5cf0f026 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Thu, 3 Oct 2002 06:17:33 +0000 Subject: [PATCH] COMPAT_43 getdirentries(2) actually has u_int 'nbytes' argument --- lib/libc/sys/getdirentries.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/getdirentries.3 b/lib/libc/sys/getdirentries.3 index e3d025718ed9..b7a01bf0cd87 100644 --- a/lib/libc/sys/getdirentries.3 +++ b/lib/libc/sys/getdirentries.3 @@ -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