[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] PATCH [1/2]: Use internal.h consistently everywhere
- From: Jim Meyering <jim meyering net>
- To: "Richard W.M. Jones" <rjones redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] PATCH [1/2]: Use internal.h consistently everywhere
- Date: Fri, 23 May 2008 10:31:15 +0200
"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!
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]