mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue