author | Hauke Mehrtens <hauke@hauke-m.de> | 2018年01月06日 23:32:52 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018年01月09日 13:08:25 -0500 |
commit | b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc (patch) | |
tree | 079331d86387f58b5f20327a379444cf379f988f /include/netinet | |
parent | 628cf979b249fa76a80962e2eefe05073216a4db (diff) | |
download | musl-b583c5d3b4cc2c54c68eef5eb7855ecfacee8bfc.tar.gz |
-rw-r--r-- | include/netinet/if_ether.h | 1 |
diff --git a/include/netinet/if_ether.h b/include/netinet/if_ether.h index d9a131aa..97134d75 100644 --- a/include/netinet/if_ether.h +++ b/include/netinet/if_ether.h @@ -133,5 +133,6 @@ do { \ (enaddr)[5] = ((uint8_t *)ipaddr)[3]; \ } while(0) +#define __UAPI_DEF_ETHHDR 0 #endif |