Re: [Xen-devel] [PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700

2016-08-08 Thread Wei Liu
On Mon, Aug 08, 2016 at 04:10:11PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH] libxl: fix declaration of > libxl_primary_console_exec_0x040700"): > > Add missing "int". > > Ooops! > > Acked-by: Ian Jackson Thanks. I will push it soon.

Re: [Xen-devel] [PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700

2016-08-08 Thread Ian Jackson
Wei Liu writes ("[PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700"): > Add missing "int". Ooops! Acked-by: Ian Jackson ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] [PATCH] libxl: fix declaration of libxl_primary_console_exec_0x040700

2016-08-08 Thread Wei Liu
Add missing "int". Signed-off-by: Wei Liu --- tools/libxl/libxl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 030aad5..ae21302 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -1476,8