CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/20 16:40:32
Modified files:
include : string.h strings.h
Log message:
POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and
the b* byte functions belong in strings.h, not string.h so break
them out of string.h into a new strings.h. As long as there is no
POSIX or X/OPEN define in use string.h will pull in strings.h.
OK naddy@ deraadt@
