[libvirt] [PATCH] nwfilter: add a missing define, so libvirtd builds on macos x

Justin Clift jclift at redhat.com
Mon Sep 27 15:45:07 UTC 2010


On 09/28/2010 12:12 AM, Eric Blake wrote:
> On 09/27/2010 07:45 AM, Justin Clift wrote:
<snip>
>> +// Add Linux define missing from OSX
>> +#ifndef ETH_ALEN
>> +#define ETH_ALEN 6 /* Octets in one ethernet addr */
>
> ACK, except that you need to indent things or 'make syntax-check' will
> fail if you have cppi installed:
>
> # define ETH_ALEN 6

Thanks Eric.  Pushed it, with a space indent as indicated, after 
installing and checking with cppi (make syntax-check).  :)




More information about the libvir-list mailing list