summaryrefslogtreecommitdiff
path: root/net/icb/patches/patch-ao
diff options
context:
space:
mode:
Diffstat (limited to 'net/icb/patches/patch-ao')
-rw-r--r--net/icb/patches/patch-ao18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/icb/patches/patch-ao b/net/icb/patches/patch-ao
deleted file mode 100644
index 1a905251836..00000000000
--- a/net/icb/patches/patch-ao
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ao,v 1.1 1999/11/26 22:12:38 hubertf 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
-+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/tcl/strerror.c Fri Nov 26 22:56:30 1999
-@@ -20,6 +20,7 @@
- #include <stdio.h>
- #include <string.h>
-
-+#if !defined(BSD4_4) && !defined(__linux__)
- /*
- * List of known errors:
- */
-@@ -138,3 +139,4 @@
- (void) sprintf(defaultMsg, "unknown error (%d)", error);
- return defaultMsg;
- }
-+#endif