[libvirt] PATCH [1/2]: Use internal.h consistently everywhere

Jim Meyering jim at meyering.net
Fri May 23 08:31:15 UTC 2008


"Richard W.M. Jones" <rjones at 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!




More information about the libvir-list mailing list