Stab in the dark here
This #ifdef is probably bad anyway. Is it checking for a BSD build system? We should have XP_BSD or something.
This commit is contained in:
mkaply%us.ibm.com 2000-10-28 15:29:50 +00:00
Родитель a61eb4f00d
Коммит 1bef732366
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -135,7 +135,7 @@
#endif
/* B003 */
#else
#ifdef BSD
#if defined(BSD) && !defined(XP_OS2)
#include <strings.h> /* defines "memcpy" for BSD (?) */
#else
#include <string.h> /* defines "memcpy" for all others (???) */