*** config/subst.c.orig Thu Oct 20 20:58:11 1994 --- config/subst.c Thu Oct 20 20:58:37 1994 *************** *** 50,56 **** --- 50,58 ---- xstrerror() { extern int sys_nerr; + #ifndef __FreeBSD__ extern char *sys_errlist[]; + #endif extern int errno; static char buff[30];