On Sun, 6 Feb 2022 15:07:09 -0500
Will Cohen wrote:
> From: Keno Fischer
>
> - Guard Linux only headers.
> - Add qemu/statfs.h header to abstract over the which
>headers are needed for struct statfs
> - Define `ENOATTR` only if not only defined
>(it's defined in system headers on Da
On 6/2/22 21:07, Will Cohen wrote:
From: Keno Fischer
- Guard Linux only headers.
- Add qemu/statfs.h header to abstract over the which
headers are needed for struct statfs
- Define `ENOATTR` only if not only defined
(it's defined in system headers on Darwin).
Signed-off-by: Keno
From: Keno Fischer
- Guard Linux only headers.
- Add qemu/statfs.h header to abstract over the which
headers are needed for struct statfs
- Define `ENOATTR` only if not only defined
(it's defined in system headers on Darwin).
Signed-off-by: Keno Fischer
[Michael Roitzsch: - Rebase for