On Tue, Jan 28, 2020 at 01:11:08PM +0000, Daniel P. Berrangé wrote:
The O_BINARY flag is not defined on all platforms so we must
conditionalize its use once we remove GNULIB.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
src/util/virfdstream.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Same comment as for previous patch.
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>