(sys_nerr): Really declare ifndef HAVE_STRERROR.

From-SVN: r9529
This commit is contained in:
Doug Evans 1995-04-28 07:34:26 +00:00
parent f4f2475387
commit 4f2bae393c

View File

@ -85,6 +85,7 @@ extern int errno;
#endif
#ifndef HAVE_STRERROR
extern int sys_nerr;
#if defined(bsd4_4)
extern const char *const sys_errlist[];
#else