pkgsrc/net/icb/patches/patch-ab

21 lines
388 B
Text
Raw Normal View History

1998-08-07 13:08:53 +02:00
$NetBSD: patch-ab,v 1.2 1998/08/07 11:10:41 agc Exp $
1998-03-18 23:40:47 +01:00
--- icb/strings.c Wed Feb 10 12:10:41 1993
+++ icb/strings.c Wed Mar 18 13:48:15 1998
@@ -337,6 +337,7 @@
/* cat multiple strings into one */
/* call with strscat(dest, src, src, ...) */
+#if 0
char *
strscat(va_alist)
va_dcl
@@ -361,6 +362,7 @@
*dest = '\0';
return(dest);
}
+#endif
char *basename(path)
char *path;