20 lines
388 B
Text
20 lines
388 B
Text
$NetBSD: patch-ab,v 1.2 1998/08/07 11:10:41 agc Exp $
|
|
|
|
--- 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;
|