mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
C language does not has references, it provides pointers.
Suggested by: bde MFC after: 2 weeks
This commit is contained in:
parent
05e06d1157
commit
431c9bf2d5
1 changed files with 2 additions and 2 deletions
|
|
@ -56,13 +56,13 @@ and
|
|||
in
|
||||
.Fa pathname ,
|
||||
and copies the resulting absolute pathname into
|
||||
the memory referenced by
|
||||
the memory pointed to by
|
||||
.Fa resolved_path .
|
||||
The
|
||||
.Fa resolved_path
|
||||
argument
|
||||
.Em must
|
||||
refer to a buffer capable of storing at least
|
||||
point to a buffer capable of storing at least
|
||||
.Dv PATH_MAX
|
||||
characters, or be
|
||||
.Dv NULL .
|
||||
|
|
|
|||
Loading…
Reference in a new issue