On 09/21/2011 09:27 AM, Brad wrote:
Besides the obvious issue..
nbd.c:443: error: conflicting types for 'nbd_init'
nbd.h:71: error: previous declaration of 'nbd_init' was here
Oops, thanks for pointing it out to me.
The changing of #ifndef _WIN32 to #ifdef __linux__ in nbd.c also
looks questionable to me.
It is not portable code, and (unlike the rest of qemu-nbd and the
block/nbd.c protocol) not meant to be portable. Are BLKROSET (defined
in linux/fs.h) and the whole set of NBD ioctls available under OpenBSD?
Paolo