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:
15ebf32
)
daemon: program_name must be defined for Gnulib error module.
author
Richard Jones
<rjones@redhat.com>
Thu, 26 Nov 2009 13:23:56 +0000
(13:23 +0000)
committer
Richard Jones
<rjones@redhat.com>
Thu, 26 Nov 2009 14:11:46 +0000
(14:11 +0000)
daemon/guestfsd.c
patch
|
blob
|
history
diff --git
a/daemon/guestfsd.c
b/daemon/guestfsd.c
index
8d0154a
..
520a4a4
100644
(file)
--- a/
daemon/guestfsd.c
+++ b/
daemon/guestfsd.c
@@
-115,6
+115,9
@@
winsock_init (void)
const char *sysroot = "/sysroot"; /* No trailing slash. */
int sysroot_len = 8;
+/* Not used explicitly, but required by the gnulib 'error' module. */
+const char *program_name = "guestfsd";
+
static void
usage (void)
{