summaryrefslogtreecommitdiff
path: root/comms/xisp/patches/patch-ah
blob: 25495538e513200a619592452aa603fba3f0878c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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 <limits.h>
 #endif
 
@@ -53,7 +53,7 @@
 #define NGROUPS_MAX NGROUPS
 #endif
 
-#ifndef SUNOS5x
+#ifndef HAVE_STRERROR
 #ifdef GLIBC2
 static const char *private_strerror (errnum)
 #else