In both 21.5.10 and 21.4.12, MacOSX/Darwin needs to include <string.h>
in sysdll.h to get strcpy(). Aside from adding:
#if defined(__APPLE__)
#include <string.h>
#endif
to sysdll.h, what's a better way to get this header into the
appropriate place?
Thanks,
Andy
-----------
Andrew Begel
Ph.D. Candidate
Computer Science Division
University of California, Berkeley