Initial import of xisp-2.5p4, a user-friendly X11 interface to pppd/chat.
[pkgsrc.git] / comms / xisp / patches / patch-ah
1 $NetBSD$
2
3 --- xispid.c.orig       Mon Oct 26 05:35:01 1998
4 +++ xispid.c    Mon Nov 30 18:32:29 1998
5 @@ -38,7 +38,7 @@
6  #include "common.h"
7  #include "version.h"
8  
9 -#ifdef SUNOS5x
10 +#if defined(SUNOS5x) || (defined(BSD) && BSD >= 199306)
11  #include <limits.h>
12  #endif
13  
14 @@ -53,7 +53,7 @@
15  #define NGROUPS_MAX NGROUPS
16  #endif
17  
18 -#ifndef SUNOS5x
19 +#ifndef HAVE_STRERROR
20  #ifdef GLIBC2
21  static const char *private_strerror (errnum)
22  #else