diff options
| author | Roy Marples <roy@marples.name> | 2016-05-19 20:29:24 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-05-19 20:29:24 +0000 |
| commit | 197c2bd1dde1edb3519db8f68295c007ec09594f (patch) | |
| tree | 98f2bd28770923299dcf040b76658fbd0f4e757d /if.h | |
| parent | b6f10046d86fa5de5b4a69d45795197cdd47a84d (diff) | |
| download | dhcpcd-197c2bd1dde1edb3519db8f68295c007ec09594f.tar.xz | |
Fix compile
Diffstat (limited to 'if.h')
| -rw-r--r-- | if.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ * See if-sun.c for details why. */ struct ifaddrs; int if_getifaddrs(struct ifaddrs **); -#define getifaddrs if_getaddrs +#define getifaddrs if_getifaddrs #else #define GETIFADDRS_AFLINK #endif |
