Mercurial > hg > dhcpcd
changeset 3822:aa4bf208269d draft
Correct define to __OpenBSD__.
Fixes [ad8b5130d4] again.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sun, 09 Oct 2016 08:02:37 +0000 |
| parents | 1a6422d03f91 |
| children | a65271f52308 544945d97f9a |
| files | if.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/if.h Fri Oct 07 09:42:38 2016 +0000 +++ b/if.h Sun Oct 09 08:02:37 2016 +0000 @@ -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. */
