This commit is contained in:
Jean-Marc Zucconi 1998-10-30 23:50:48 +00:00
parent b945fe4320
commit 65f14a74bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40773

View File

@ -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