summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server/patches/patch-bb
blob: 6e099de996772eba26ed641d80a1e8410efc2b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bb,v 1.1 2001/03/16 11:19:29 tron 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;