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:
0f2e9c8
)
Need to declare asprintf_nowarn as inline to avoid gcc complaining.
author
Richard Jones
<rjones@trick.home.annexia.org>
Tue, 28 Jul 2009 14:23:28 +0000
(15:23 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Tue, 28 Jul 2009 14:23:28 +0000
(15:23 +0100)
daemon/daemon.h
patch
|
blob
|
history
diff --git
a/daemon/daemon.h
b/daemon/daemon.h
index
5bf6f35
..
9aa831a
100644
(file)
--- a/
daemon/daemon.h
+++ b/
daemon/daemon.h
@@
-62,7
+62,7
@@
extern void udev_settle (void);
* printf formatters %Q and %R. See HACKING file for more
* info about these.
*/
-static int
+static in
line in
t
asprintf_nowarn (char **strp, const char *fmt, ...)
{
int r;