add mac os x compat #define for in6_addr s6_addr32
authorFelix Fietkau <nbd@openwrt.org>
Tue, 15 Jan 2013 09:54:37 +0000 (10:54 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 15 Jan 2013 09:55:53 +0000 (10:55 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
utils.h

diff --git a/utils.h b/utils.h
index 174e825..e159b42 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -106,4 +106,8 @@ int parse_ip_and_netmask(int af, const char *str, void *addr, unsigned int *netm
 
 char * format_macaddr(uint8_t *mac);
 
+#ifdef __APPLE__
+#define s6_addr32      __u6_addr.__u6_addr32
+#endif
+
 #endif