Displaying 1 result from an estimated 1 matches for "c67503e".
Did you mean:
b6e503e
2009 Nov 26
1
[PATCH] daemon: program_name must be defined for Gnulib error module.
...hard Jones <rjones at redhat.com>
Date: Thu, 26 Nov 2009 13:23:56 +0000
Subject: [PATCH] daemon: program_name must be defined for Gnulib error module.
---
daemon/guestfsd.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
index c67503e..b525db5 100644
--- a/daemon/guestfsd.c
+++ b/daemon/guestfsd.c
@@ -114,6 +114,9 @@ winsock_init (void)
const char *sysroot = "/sysroot"; /* No trailing slash. */
int sysroot_len = 8;
+/* Not used, but required by the gnulib 'error' module. */
+const char *program_name = "...