$NetBSD: patch-ah,v 1.1.1.1 1998/12/03 15:08:53 frueauf Exp $ --- xispid.c.orig Mon Oct 26 05:35:01 1998 +++ xispid.c Mon Nov 30 18:32:29 1998 @@ -38,7 +38,7 @@ #include "common.h" #include "version.h" -#ifdef SUNOS5x +#if defined(SUNOS5x) || (defined(BSD) && BSD >= 199306) #include #endif @@ -53,7 +53,7 @@ #define NGROUPS_MAX NGROUPS #endif -#ifndef SUNOS5x +#ifndef HAVE_STRERROR #ifdef GLIBC2 static const char *private_strerror (errnum) #else