git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b41eeb
)
Remove redundant macro.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 17 Aug 2009 11:23:16 +0000
(12:23 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 17 Aug 2009 11:23:16 +0000
(12:23 +0100)
daemon/guestfsd.c
patch
|
blob
|
history
diff --git
a/daemon/guestfsd.c
b/daemon/guestfsd.c
index
ad3ce15
..
af554bf
100644
(file)
--- a/
daemon/guestfsd.c
+++ b/
daemon/guestfsd.c
@@
-745,8
+745,6
@@
print_sysroot_shell_quote (FILE *stream,
const struct printf_info *info,
const void *const *args)
{
-#define SAFE(c) (isalnum((c)) || \
- (c) == '/' || (c) == '-' || (c) == '_' || (c) == '.')
fputs (sysroot, stream);
return sysroot_len + print_shell_quote (stream, info, args);
}