From: Roy Marples Date: Sun, 8 Feb 2015 12:57:38 +0000 (+0000) Subject: Fix Linux define. X-Git-Tag: v6.8.0~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91dbca7a9c879fabc16499a05d7366a39d272b77;p=thirdparty%2Fdhcpcd.git Fix Linux define. --- diff --git a/dhcpcd.h b/dhcpcd.h index d17e21c9..231225cd 100644 --- a/dhcpcd.h +++ b/dhcpcd.h @@ -60,7 +60,7 @@ struct interface { struct dhcpcd_ctx *ctx; TAILQ_ENTRY(interface) next; char name[IF_NAMESIZE]; -#ifdef __linux +#ifdef __linux__ char alias[IF_NAMESIZE]; #endif unsigned int index;