I needed the following change to get nntpcache-1.0.7.1 to compile on Sunos-4.1.3_u1. *** /usr/local/src/nntpcache-1.0.7.1/xover.c~ Sat Jul 12 07:37:50 1997 --- /usr/local/src/nntpcache-1.0.7.1/xover.c Sat Jul 12 19:35:02 1997 *************** *** 39,44 **** --- 39,49 ---- * xovers, if that header is in the overview.fmt for that server */ + /* ron@auda.mlfarm.com, 12 Jul 1997 */ + #ifndef HAVE_MEMMOVE + # define memmove(dst,src,len) bcopy(src,dst,len) + #endif + #define MI XOVER_INDEX_SIZE #define C4toINT (x) (((x)[3]>>24)|((x)[2]>>16)|((x)[1]>>8)|(x)[0]) #define UC unsigned char -- Ronald Florence Maple Lawn Farm, Stonington, CT ron@mlfarm.com http://www.connix.com/~mlfarm