88b61a744d
Some interesting features in the server part over 2.4.2p2 (handling of barcode readers, dumper priorities, ...)
13 lines
357 B
Text
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;
|