On Sat, 17 Oct 2020 00:15:54 +0200, Christian Weisgerber wrote:

> Accommodate POSIX basename(3) that takes a non-const parameter and
> may modify the string buffer.
>
> There were only two compiler warnings about discarded const, but
> there are numerous instances where the code assumes non-POSIX
> semantics for basename() and dirname().  Given that there is at
> least a FreeBSD port of OpenCVS, cleaning this up is more than
> cosmetic.

OK millert@

 - todd

Reply via email to