On 20.03.2012 17:10, Michael Roth wrote: > On Tue, Mar 20, 2012 at 04:09:53PM +0100, Michal Privoznik wrote: >> Currently, the implementation of that command is full of >> Linux specific code. Before any brave man will step into >> and port it to other OSes, make this function Linux only. >> >> Signed-off-by: Michal Privoznik <mpriv...@redhat.com> > > Which aspect is linux-specific? getifaddrs() and getnameinfo() seem to > be available on BSD and OpenSolaris, and we're already stubbed for w32. > Are you seeing breakage?
Personally, I don't; but there has been this report: http://lists.nongnu.org/archive/html/qemu-devel/2012-03/msg03951.html which happens on OpenBSD, I suspect. Michal