2010/3/22 Daniel P. Berrange <berrange(a)redhat.com>:
On Mon, Mar 22, 2010 at 02:25:34AM +0100, Matthias Bolte wrote:
> This symbol is conditional, it would need to be exported conditional to
> work properly with MinGW. So just remove it, as no other driver register
> function is listed in the symbols files.
> ---
> src/libvirt_private.syms | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
> index 5d30b90..f1ad6db 100644
> --- a/src/libvirt_private.syms
> +++ b/src/libvirt_private.syms
> @@ -257,10 +257,6 @@ virInterfaceObjUnlock;
> virInterfaceObjListFree;
>
>
> -# interface_driver.h
> -interfaceRegister;
> -
> -
> # iptables.h
> iptablesAddForwardAllowCross;
> iptablesAddForwardAllowIn;
ACK
Daniel
Thanks, pushed.
Matthias