On Mon, 2007-01-22 at 21:20 +0000, Daniel P. Berrange wrote:
Okay, I've updated my patch set to use them:
http://www.gnome.org/~markmc/code/libvirt-networking/
One bug I found was that libvirt fails to connect if you don't have TLS
certs, even if the server doesn't request TLS. See attached patch.
>
http://www.gnome.org/~markmc/code/libvirt-networking/libvirt-qemu-no-c99....
I simply removed -std=c99 and fixed up places I'd used C99 constructs, so should
no longer be needed
_XOPEN_SOURCE and _POSIX_C_SOURCE disable _SVID_SOURCE, so I still need
to enable that for struct ifreq and friends.
Thanks,
Mark.