strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.

This commit is contained in:
Gregory Nutt 2017-02-16 15:59:54 -06:00
parent eb93aff49b
commit 9a89d0eb9e

View File

@ -46,6 +46,7 @@
#include <cstdio>
#include <cstring>
#include <cerrno>
#include <strings.h>
#include <dirent.h>
#include <debug.h>