pkgsrc/net/icb/patches/patch-aj
hubertf 4825e883ec Split patches and add code to print time in front of each line.
Needs to be switched on from .icbrc: oset printtime true.
Bump version to 5.0.9pl1 for that.
1999-11-26 22:12:36 +00:00

21 lines
544 B
Text

$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;