Removed __NetBSD__ from conditional.

From-SVN: r9042
This commit is contained in:
Richard Kenner 1995-02-22 20:26:51 -05:00
parent 28aaf32b33
commit 2d2daf45b6

View File

@ -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[];