Peter Maydell, le jeu. 07 mars 2019 11:27:38 +0000, a ecrit: > Hi; this fails to build on FreeBSD, I'm afraid: > > /var/tmp/qemu-test.Sn5gQz/slirp/src/libslirp.h:29:19: warning: type > specifier missing, defaults to 'int' [-Wimplicit-int] > typedef ssize_t (*SlirpReadCb)(void *buf, size_t len, void *opaque); > ^
> I think this is a missing #include of <sys/types.h> which is where > ssize_t comes from -- on the other OSes it likely gets dragged in > by default. That's probably it indeed. I have resubmitted the series with it. Samuel