--- ray/src/common/error.c 1996/04/05 15:48:18 2.2 +++ ray/src/common/error.c 1997/05/28 17:23:31 2.3 @@ -10,8 +10,10 @@ static char SCCSid[] = "$SunId$ LBL"; #include "standard.h" +#ifndef linux extern char *sys_errlist[]; /* system error list */ extern int sys_nerr; /* number of system errors */ +#endif char errmsg[512]; /* global error message buffer */