On 11/03/2011 01:30 PM, Daniel P. Berrange wrote:
The ifaceSetMac and ifaceGetMac APIs duplicate the functionality
of the virNetDevSetMAC and virNetDevGetMAC APIs, but returning
errno's instead of raising errors.
* src/util/interface.c, src/util/interface.h: Remove
ifaceSetMac and ifaceGetMac APIs, adjusting callers
for new error behaviour
---
src/libvirt_private.syms | 2 -
src/util/interface.c | 190 +++++++---------------------------------------
src/util/interface.h | 4 -
3 files changed, 27 insertions(+), 169 deletions(-)
Everything seems in order, and make && make check && make syntax-check
passes.
ACK.