search for: a2a1c73

Displaying 2 results from an estimated 2 matches for "a2a1c73".

2014 Nov 27
0
[PATCH] remove commented-out debug code
This makes code cleaner. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- daemon/journal.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/journal.c b/daemon/journal.c index a2a1c73..f666026 100644 --- a/daemon/journal.c +++ b/daemon/journal.c @@ -164,7 +164,6 @@ do_internal_journal_get (void) sd_journal_restart_data (j); while ((r = sd_journal_enumerate_data (j, &data, &len)) > 0) { - //fprintf (stderr, "data[%zu] = %.*s\n", len, (int) len, (ch...
2014 Oct 23
17
[PATCH 00/16] Small bits of non-Linux porting
Hi, from time to time, there have been requests (or attempts, like the mingw port posted on the list some months ago) to make libguestfs work on OSes different than Linux. Of course this would imply using a fixed appliance, since it is currently heavily dependent on Linux. The attached series provides some easy changes in this direction, resolving some of the easy issues found in porting to