From f73561de4c3283df10a7eb15a85efef8149312aa Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 6 Oct 2008 08:56:16 +0000 Subject: - hide relocation (Peter S. Mazinger) --- include/netinet/ether.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/netinet') diff --git a/include/netinet/ether.h b/include/netinet/ether.h index a16255037..0f7029f95 100644 --- a/include/netinet/ether.h +++ b/include/netinet/ether.h @@ -38,6 +38,7 @@ extern char *ether_ntoa_r (__const struct ether_addr *__addr, char *__buf) extern struct ether_addr *ether_aton (__const char *__asc) __THROW; 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) -- cgit v1.2.3