13 lines
350 B
Text
13 lines
350 B
Text
$NetBSD: patch-bb,v 1.1 2001/03/15 20:08:46 mjl 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;
|