NeXT compiling

BLANCHARDMA@bvu.edu (BLANCHARDMA@bvu.edu)
Thu, 28 Dec 1995 20:31:37 PST


Something I have noticed on the NeXT is an implicit declaration of the strlen C
function, I fixed this by adding this line to the beginning of the my-string.h
file:

#include <strings.h>

for some reason on the NeXT it is defined there.  I hope this will help
someone.  I will try to post anything else that I find.
btw, this was for Alpha3.

Mark