diff options
| author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-10-30 23:50:48 +0000 |
|---|---|---|
| committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1998-10-30 23:50:48 +0000 |
| commit | 65f14a74bd68f17899ee3d27c2cd13108ba73616 (patch) | |
| tree | cecd8e3eca60c82bbfc451efca3c5f491b3d7d4b | |
| parent | b945fe43204063a6de91585ad3a4f1569130b8b8 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/getdirentries.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/getdirentries.2 b/lib/libc/sys/getdirentries.2 index abc680e7b9b3..329b6502b3a7 100644 --- a/lib/libc/sys/getdirentries.2 +++ b/lib/libc/sys/getdirentries.2 @@ -69,7 +69,7 @@ structures each containing the following entries: u_int32_t d_fileno; u_int16_t d_reclen; u_int8_t d_type; -u_int8_t d_namelen; +u_int8_t d_namlen; char d_name[MAXNAMELEN + 1]; /* see below */ .Ed .Pp |
