diff options
Diffstat (limited to 'chat/icb/patches/patch-ao')
-rw-r--r-- | chat/icb/patches/patch-ao | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/icb/patches/patch-ao b/chat/icb/patches/patch-ao index dea0259c490..de166c1e3a8 100644 --- a/chat/icb/patches/patch-ao +++ b/chat/icb/patches/patch-ao @@ -1,4 +1,4 @@ -$NetBSD: patch-ao,v 1.1.1.1 2000/12/15 00:36:39 wiz Exp $ +$NetBSD: patch-ao,v 1.2 2002/06/02 01:41:19 schmonz Exp $ diff -x *.orig -urN ./tcl/strerror.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/tcl/strerror.c --- ./tcl/strerror.c Fri Feb 24 22:19:50 1995 @@ -7,7 +7,7 @@ diff -x *.orig -urN ./tcl/strerror.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb #include <stdio.h> #include <string.h> -+#if !defined(BSD4_4) && !defined(__linux__) ++#if !defined(BSD4_4) && !defined(__linux__) && !defined(__APPLE__) /* * List of known errors: */ |