diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 00:37:29 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:51 +0100 |
commit | 152e66242f2af7cd26e29d59a31f8bb8479595e5 (patch) | |
tree | 1c2f688b125cf12c61401fc07eef84c8a4d51442 /include/netinet/ether.h | |
parent | 587d7092180a5f2053906b87ea2b25b2bf6b34c6 (diff) |
update some headers
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/netinet/ether.h')
-rw-r--r-- | include/netinet/ether.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netinet/ether.h b/include/netinet/ether.h index 2e52679fa..bd9aa982b 100644 --- a/include/netinet/ether.h +++ b/include/netinet/ether.h @@ -45,7 +45,6 @@ extern struct ether_addr *ether_aton_r (__const char *__asc, struct ether_addr *__addr) __THROW; libc_hidden_proto(ether_aton_r) - /* Map 48 bit Ethernet number ADDR to HOSTNAME. */ extern int ether_ntohost (char *__hostname, __const struct ether_addr *__addr) __THROW; |