summaryrefslogtreecommitdiff
path: root/sysutils/amanda-dev-common/patches/patch-bb
blob: cf9414b19ee0c07ac449fb1803c7cecf0a973bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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;