Re: [Xen-devel] [PATCH 03/29] xl: remove inclusion of libxl_osdeps.h

2017-02-27 Thread Ian Jackson
Wei Liu writes ("[PATCH 03/29] xl: remove inclusion of libxl_osdeps.h"): > There is no reason for a client to include a private header from libxl. > Remove the inclusion and define _GNU_SOURCE for {v,}asprintf in > xl_cmdimpl.c. Acked-by: Ian Jackson _

[Xen-devel] [PATCH 03/29] xl: remove inclusion of libxl_osdeps.h

2017-02-24 Thread Wei Liu
There is no reason for a client to include a private header from libxl. Remove the inclusion and define _GNU_SOURCE for {v,}asprintf in xl_cmdimpl.c. Signed-off-by: Wei Liu --- tools/xl/xl.c | 2 -- tools/xl/xl_cmdimpl.c | 2 +- tools/xl/xl_sxp.c | 2 -- 3 files changed, 1 insertion(