*** xboard.c.orig Wed Dec 7 21:36:46 1994 --- xboard.c Mon Jan 2 16:30:37 1995 *************** *** 3544,3550 **** --- 3544,3552 ---- String message; int error; { + #ifndef __FreeBSD__ extern char *sys_errlist[]; + #endif char buf[MSG_SIZ]; if (error == 0) { *************** *** 3567,3573 **** --- 3569,3577 ---- String message; int error, status; { + #ifndef __FreeBSD__ extern char *sys_errlist[]; + #endif char buf[MSG_SIZ]; errorExitStatus = status; *** Makefile.in.orig Thu Dec 8 06:36:22 1994 --- Makefile.in Sun Jan 29 21:25:20 1995 *************** *** 102,108 **** Makefile: Makefile.in config.status ./config.status ! config.status: configure ./config.status --recheck --- 102,108 ---- Makefile: Makefile.in config.status ./config.status ! config.status: configure ./config.status --recheck