Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys MAXNAMLEN, not MAXNAMELEN. From Giuseppe Gatta ...



details:   https://anonhg.NetBSD.org/src/rev/be52aa72b0bf
branches:  trunk
changeset: 343132:be52aa72b0bf
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jan 23 08:17:18 2016 +0000

description:
MAXNAMLEN, not MAXNAMELEN. From Giuseppe Gatta on netbsd-docs.

diffstat:

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

diffs (18 lines):

diff -r 4aee8ad375b7 -r be52aa72b0bf lib/libc/sys/getdents.2
--- a/lib/libc/sys/getdents.2   Sat Jan 23 07:21:18 2016 +0000
+++ b/lib/libc/sys/getdents.2   Sat Jan 23 08:17:18 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdents.2,v 1.23 2011/07/20 17:51:25 njoly Exp $
+.\"    $NetBSD: getdents.2,v 1.24 2016/01/23 08:17:18 dholland Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -70,7 +70,7 @@
        uint16_t d_reclen;              /* length of this record */
        uint16_t d_namlen;              /* length of d_name */
        uint8_t  d_type;                /* file type, see below */
-       char     d_name[MAXNAMELEN + 1];
+       char     d_name[MAXNAMLEN + 1];
 };
 .Ed
 .Pp



Home | Main Index | Thread Index | Old Index