Re: [edk2-devel] EmulatorPkg: fixes for NetBSD compilation

2022-11-22 Thread tlaronde
Hello Pedro, Le Mon, Nov 21, 2022 at 10:32:51PM +, Pedro Falcato a écrit : > On Mon, Nov 21, 2022 at 9:21 PM wrote: > > > diff --git a/EmulatorPkg/Unix/Host/BlockIo.c > > b/EmulatorPkg/Unix/Host/BlockIo.c > > index cf2d6b4cda..c0c694be55 100644 > > --- a/EmulatorPkg/Unix/Host/BlockIo.c > > +

Re: [edk2-devel] EmulatorPkg: fixes for NetBSD compilation

2022-11-21 Thread Pedro Falcato
On Mon, Nov 21, 2022 at 9:21 PM wrote: > diff --git a/EmulatorPkg/Unix/Host/BlockIo.c > b/EmulatorPkg/Unix/Host/BlockIo.c > index cf2d6b4cda..c0c694be55 100644 > --- a/EmulatorPkg/Unix/Host/BlockIo.c > +++ b/EmulatorPkg/Unix/Host/BlockIo.c > @@ -133,6 +133,20 @@ EmuBlockIoOpenDevice ( > >

[edk2-devel] EmulatorPkg: fixes for NetBSD compilation

2022-11-21 Thread tlaronde
diff --git a/EmulatorPkg/Unix/Host/BlockIo.c b/EmulatorPkg/Unix/Host/BlockIo.c index cf2d6b4cda..c0c694be55 100644 --- a/EmulatorPkg/Unix/Host/BlockIo.c +++ b/EmulatorPkg/Unix/Host/BlockIo.c @@ -133,6 +133,20 @@ EmuBlockIoOpenDevice ( ioctl (Private->fd, DKIOCGETMAXBLOCKCOUNTWRITE, &Priva