From: Roy Marples Date: Sun, 9 Oct 2016 08:02:37 +0000 (+0000) Subject: Correct define to __OpenBSD__. X-Git-Tag: v6.11.5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e56edcab56334fb1632640263e6a0da3739464;p=thirdparty%2Fdhcpcd.git Correct define to __OpenBSD__. Fixes [ad8b5130d4] again. --- diff --git a/if.h b/if.h index fb83f0cd..d2b757ae 100644 --- a/if.h +++ b/if.h @@ -43,7 +43,7 @@ # endif #endif -#if defined(__OpenBSD) || defined (__sun) +#if defined(__OpenBSD__) || defined (__sun) # define ROUTE_PER_GATEWAY /* XXX dhcpcd doesn't really support this yet. * But that's generally OK if only dhcpcd is managing routes. */