MAXPATHNAMELEN -> MAXPATHLEN
Submitted by: ianm@kashmir.cit.nepean.uws.edu.au via OpenBSD Obtained from: OpenBSD
This commit is contained in:
parent
e10471bbba
commit
b05092e25a
@ -114,7 +114,7 @@ char *s, *p, buf[BUFSIZ];
|
||||
To detect truncation, perhaps while building a pathname, something
|
||||
like the following might be used:
|
||||
.Bd -literal -offset indent
|
||||
char *dir, *file, pname[MAXPATHNAMELEN];
|
||||
char *dir, *file, pname[MAXPATHLEN];
|
||||
|
||||
.Li ...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user