On Sat, 22 Feb 1997, Ronald Florence wrote: > Nntpcache-1.0.2 needs the following minor patch to compile on > Sunos-4.1.x. > #include "filesystem.h" > #include "nntpcache.h" > + #ifndef isblank > + #define isblank(c) ((c)==' '||(c)=='\t') > + #endif Ditto for IRIX. It may be worth putting it in the build_history.c file in future distributions as it won't hurt anything which doesnt need it. Chris