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:
582b64a
)
Whitespace change.
author
Richard Jones
<rjones@redhat.com>
Fri, 27 Nov 2009 13:42:43 +0000
(13:42 +0000)
committer
Richard Jones
<rjones@redhat.com>
Fri, 27 Nov 2009 14:32:47 +0000
(14:32 +0000)
daemon/daemon.h
patch
|
blob
|
history
diff --git
a/daemon/daemon.h
b/daemon/daemon.h
index
612a6a6
..
6ce46b9
100644
(file)
--- a/
daemon/daemon.h
+++ b/
daemon/daemon.h
@@
-196,7
+196,7
@@
extern void reply (xdrproc_t xdrp, char *ret);
*/
#define REQUIRE_ROOT_OR_RESOLVE_DEVICE(path,fail_stmt) \
do { \
- if (STREQLEN ((path), "/dev/", 5)) \
+ if (STREQLEN ((path), "/dev/", 5))
\
RESOLVE_DEVICE ((path), fail_stmt); \
else { \
NEED_ROOT (fail_stmt); \