ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/error.c
(Generate patch)

Comparing ray/src/common/error.c (file contents):
Revision 2.2 by greg, Fri Apr 5 15:48:18 1996 UTC vs.
Revision 2.3 by gregl, Wed May 28 17:23:31 1997 UTC

# Line 10 | Line 10 | static char SCCSid[] = "$SunId$ LBL";
10  
11   #include  "standard.h"
12  
13 + #ifndef linux
14   extern char  *sys_errlist[];    /* system error list */
15   extern int  sys_nerr;           /* number of system errors */
16 + #endif
17  
18   char  errmsg[512];              /* global error message buffer */
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines