11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
--- common/str.c.orig Tue May 9 10:06:46 1995
|
|
+++ common/str.c Wed Jun 7 00:29:15 2000
|
|
@@ -283,7 +283,6 @@ char *str_word(char **string)
|
|
char *str_error(int errnum)
|
|
{
|
|
extern int sys_nerr;
|
|
- extern char *sys_errlist[];
|
|
static char ebuf[40]; /* 64-bit number + slop */
|
|
|
|
if ((unsigned int)errnum < sys_nerr)
|