Re: [PATCH v3 32/38] tools/libxl: don't include libxl_osdeps.h from libxlutil sources

2020-08-27 Thread Wei Liu
On Sun, Aug 23, 2020 at 11:35:13AM +0200, Juergen Gross wrote: > There is no need for the sources of libxlutil to include libxl_osdeps.h > as the only dependency is the leading > > #define _GNU_SOURCE > > in libxl_osdeps.h. So replace including libxl_osdeps.h by the needed > define. > > Signed-o

[PATCH v3 32/38] tools/libxl: don't include libxl_osdeps.h from libxlutil sources

2020-08-23 Thread Juergen Gross
There is no need for the sources of libxlutil to include libxl_osdeps.h as the only dependency is the leading #define _GNU_SOURCE in libxl_osdeps.h. So replace including libxl_osdeps.h by the needed define. Signed-off-by: Juergen Gross --- tools/libxl/libxlu_cfg.c| 3 +-- tools/libxl/libx