[libvirt] [PATCH 04/15] Remove interfaceRegister from libvirt_private.syms

Matthias Bolte matthias.bolte at googlemail.com
Tue Mar 23 01:28:54 UTC 2010


2010/3/22 Daniel P. Berrange <berrange at 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




More information about the libvir-list mailing list