| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |