Remove redundant (and conflicting) definition of sys_errlist.

Submitted by:	jkh
This commit is contained in:
jkh 1994-08-09 12:07:44 +00:00
parent 485aa46241
commit d9dd89c052

View File

@ -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)