Remove redundant (and conflicting) definition of sys_errlist.
Submitted by: jkh
This commit is contained in:
parent
485aa46241
commit
d9dd89c052
@ -858,7 +858,6 @@ perror_with_name (name)
|
||||
char *name;
|
||||
{
|
||||
extern int errno, sys_nerr;
|
||||
extern char *sys_errlist[];
|
||||
char *s;
|
||||
|
||||
if (errno < sys_nerr)
|
||||
|
Loading…
Reference in New Issue
Block a user