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). :)