Author :
naddy
Date :
2020-10-20 19:30:14
Hash :cf6da2c2 Message :Align the basename(3) and dirname(3) prototypes with the POSIX spec:
Both functions take a non-const parameter. Implementations may modify
the passed string, even though ours do not.
ok stsp@ deraadt@ millert@