projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b414d
)
add mac os x compat #define for in6_addr s6_addr32
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 15 Jan 2013 09:54:37 +0000
(10:54 +0100)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/utils.h
b/utils.h
index 174e8254174ab8fbe1d110d03deb593ccfb22104..e159b42a70c385d5b7acaa666b5473535f6db16b 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