$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 17:26:42 rh Exp $ --- tac_plus.h.orig Tue Oct 3 17:11:45 2000 +++ tac_plus.h @@ -79,6 +79,7 @@ #define STDLIB_MALLOC #define NO_PWAGE #define CONST_SYSERRLIST +#define HAVE_SYSERR_PROTO #define VOIDSIG #endif @@ -689,10 +690,12 @@ extern void set_expiration_status(); /* miscellaneous */ +#ifndef HAVE_SYSERR_PROTO #ifdef CONST_SYSERRLIST extern const char *const sys_errlist[]; #else extern char *sys_errlist[]; +#endif #endif extern int errno; extern int sendauth_fn();