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
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