
23 May
2008
23 May
'08
10:31 a.m.
"Richard W.M. Jones" <rjones@redhat.com> wrote:
One thing to note about this patch is that qemud/internal.h has been renamed to qemud/qemud.h.
Nice clean up! ACK
Index: HACKING =================================================================== ... \ No newline at end of file
Good to fix, but not big deal.
Index: qemud/qemud.c =================================================================== -#include "../src/util.h" -#include "../src/remote_internal.h" -#include "../src/conf.h" +#include "util.h" +#include "remote_internal.h" +#include "conf.h"
Good to see the "../src/" prefix being removed everywhere!