CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/20 13:30:14
Modified files:
include : libgen.h
lib/libc/gen : basename.3 basename.c dirname.3 dirname.c
Log 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@
