diff -c -r ../sdcc218Ma.orig/cpp/cpplib.c cpp/cpplib.c *** ../sdcc218Ma.orig/cpp/cpplib.c Wed May 26 15:06:08 1999 --- cpp/cpplib.c Wed Aug 25 12:51:57 1999 *************** *** 7452,7458 **** #if defined(bsd4_4) extern const char *const sys_errlist[]; #else ! #if !defined(linux) extern char *sys_errlist[]; #endif #endif --- 7452,7458 ---- #if defined(bsd4_4) extern const char *const sys_errlist[]; #else ! #if !defined(linux) && !defined(__FreeBSD__) extern char *sys_errlist[]; #endif #endif