[OpenAFS-devel] string.h or strings.h

chas williams chas@cmf.nrl.navy.mil
Tue, 31 Jul 2001 15:01:52 -0400


>What BSD-isms do you need to include strings.h for (and what platforms?).
>INN uses plenty of non-standard string functions and we've never needed
>strings.h.

so i would ask that the sources be changed to make string.h the preferred
header file.

>If it's for index, rindex, and the b* functions, a global search and
>replace in the source base is the "right" fix and isn't that overly hard,

actually a few systems prototype index() and rindex() in string.h anyway.