Re: tools/image-host.c build error

2022-04-19 Thread Tom Rini
On Tue, Apr 19, 2022 at 09:02:14PM +0200, Mark Kettenis wrote: > Hello Philippe, > > commit 6e052d1cbafbedbfba73070da483111f2ae68e5a broke building u-boot > on OpenBSD: > > tools/image-host.c:1208:10: error: use of undeclared identifier 'ENODATA' > > The problem here is that ENODATA isn't in

tools/image-host.c build error

2022-04-19 Thread Mark Kettenis
Hello Philippe, commit 6e052d1cbafbedbfba73070da483111f2ae68e5a broke building u-boot on OpenBSD: tools/image-host.c:1208:10: error: use of undeclared identifier 'ENODATA' The problem here is that ENODATA isn't in POSIX proper (it is part of the obsolete XSI STREAMS option so typically absent