http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1046
samu...@ens-lyon.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from samu...@ens-lyon.org 2008-03-19 05:44 -------
That's a problem in some old /usr/include/unistd.h header, which was defining
__ARCH_WANT_SYS_SOCKETCALL while the arch doesn't provide __NR_socketcall. The
current version of vnet.c uses && !defined(__x86_64__), which should work
around it.