The one and only change that I had to make to get all the tests to fly.

#include_next <string.h> wasfailing since the /usr/include directory is
first on FreeBSD, and since it was already past it, it failed some of
the tests.
This commit is contained in:
Peter Wemm 1996-10-03 21:50:28 +00:00
parent 433ae96e90
commit 3cfdb0dc3d

View File

@ -15,7 +15,7 @@
#define memchr __hide_memchr
#endif // 0
#include_next <string.h>
#include <string.h>
#if 0 // Let's not bother with this just yet.
#undef strchr