summaryrefslogtreecommitdiff
path: root/net/icb/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'net/icb/patches/patch-aj')
-rw-r--r--net/icb/patches/patch-aj21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/icb/patches/patch-aj b/net/icb/patches/patch-aj
deleted file mode 100644
index 01bb127f0a0..00000000000
--- a/net/icb/patches/patch-aj
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aj,v 1.2 1999/11/26 22:12:37 hubertf Exp $
-
-diff -x *.orig -urN ./icb/strings.c /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/strings.c
---- ./icb/strings.c Fri Feb 24 22:20:30 1995
-+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/strings.c Fri Nov 26 22:56:28 1999
-@@ -333,6 +333,7 @@
- /* cat multiple strings into one */
- /* call with strscat(dest, src, src, ...) */
-
-+#if 0
- char *
- strscat(va_alist)
- va_dcl
-@@ -357,6 +358,7 @@
- *dest = '\0';
- return(dest);
- }
-+#endif
-
- char *basename(path)
- char *path;