Files
sudo/lib
Todd C. Miller 1afce22f7f Use PATH_MAX, not NAME_MAX+1 for the directory entry length.
On some systems, such as Solaris, the max length of a directory
entry is filesystem-dependent.  We could use fpathconf() and
dynamically allocate the name but it is simpler to just use
PATH_MAX here.
2022-01-12 15:30:39 -07:00
..
2021-06-21 10:19:10 -06:00
2021-08-18 15:48:05 -06:00