mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 10:29:15 +00:00
Punt duplicate declaration of sys_errlist[].
Submitted by: jkh
This commit is contained in:
parent
6464a7f87d
commit
40735e19b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1981
@ -66,7 +66,6 @@ static char *
|
||||
private_strerror (errnum)
|
||||
int errnum;
|
||||
{
|
||||
extern char *sys_errlist[];
|
||||
extern int sys_nerr;
|
||||
|
||||
if (errnum > 0 && errnum <= sys_nerr)
|
||||
|
Loading…
Reference in New Issue
Block a user