summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-05-19 20:29:24 +0000
committerRoy Marples <roy@marples.name>2016-05-19 20:29:24 +0000
commit197c2bd1dde1edb3519db8f68295c007ec09594f (patch)
tree98f2bd28770923299dcf040b76658fbd0f4e757d
parentb6f10046d86fa5de5b4a69d45795197cdd47a84d (diff)
downloaddhcpcd-197c2bd1dde1edb3519db8f68295c007ec09594f.tar.xz
Fix compile
-rw-r--r--if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/if.h b/if.h
index ab4bb3c1..79d04ed6 100644
--- a/if.h
+++ b/if.h
@@ -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