Commit 2d2daf45 by Richard Kenner

Removed __NetBSD__ from conditional.

From-SVN: r9042
parent 28aaf32b
......@@ -184,7 +184,7 @@ extern struct tm *localtime ();
#ifndef VMS
#ifndef HAVE_STRERROR
extern int sys_nerr;
#if defined(bsd4_4) || defined(__NetBSD__)
#if defined(bsd4_4)
extern const char *const sys_errlist[];
#else
extern char *sys_errlist[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment