pkgsrc/sysutils/amanda-dev-common/patches/patch-bb
bouyer 88b61a744d Packages for amanda 2.4.3b3, a developement snapshot of the 2.4.3 branch.
Some interesting features in the server part over 2.4.2p2 (handling of
barcode readers, dumper priorities, ...)
2002-05-02 13:28:15 +00:00

13 lines
357 B
Text

$NetBSD: patch-bb,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
--- common-src/token.c.orig Thu Mar 15 20:30:23 2001
+++ common-src/token.c Thu Mar 15 20:30:56 2001
@@ -295,7 +295,7 @@
}
/* Quote a string so that it can be safely passed to a shell */
-char *shquote(str)
+char *am_shquote(str)
char *str; /* the string to quote */
{
char *pi, *po;