From: Roy Marples Date: Tue, 17 Jan 2017 12:20:15 +0000 (+0000) Subject: Newer Illumos defines AF_PACKET which confuses us, so punt it. X-Git-Tag: v7.0.0-beta1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c9e316ccafe49009d0b9305c9fcc334a85d210b;p=thirdparty%2Fdhcpcd.git Newer Illumos defines AF_PACKET which confuses us, so punt it. --- diff --git a/if.c b/if.c index ac221f71..e5564097 100644 --- a/if.c +++ b/if.c @@ -39,6 +39,7 @@ # include # include # include +# undef AF_PACKET /* Newer Illumos defines this */ #endif #ifdef AF_PACKET # include