svn commit: trunk/uClibc: include/netinet libc/inet

aldot at uclibc.org aldot at uclibc.org
Mon Oct 6 08:56:16 UTC 2008


Author: aldot
Date: 2008-10-06 01:56:16 -0700 (Mon, 06 Oct 2008)
New Revision: 23588

Log:
- hide relocation (Peter S. Mazinger)


Modified:
   trunk/uClibc/include/netinet/ether.h
   trunk/uClibc/libc/inet/ether_addr.c


Changeset:
Modified: trunk/uClibc/include/netinet/ether.h
===================================================================
--- trunk/uClibc/include/netinet/ether.h	2008-10-06 08:55:46 UTC (rev 23587)
+++ trunk/uClibc/include/netinet/ether.h	2008-10-06 08:56:16 UTC (rev 23588)
@@ -38,6 +38,7 @@
 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)

Modified: trunk/uClibc/libc/inet/ether_addr.c
===================================================================
--- trunk/uClibc/libc/inet/ether_addr.c	2008-10-06 08:55:46 UTC (rev 23587)
+++ trunk/uClibc/libc/inet/ether_addr.c	2008-10-06 08:56:16 UTC (rev 23588)
@@ -31,7 +31,6 @@
 #include <netinet/ether.h>
 #include <netinet/if_ether.h>
 
-libc_hidden_proto(ether_aton_r)
 libc_hidden_proto(ether_ntoa_r)
 libc_hidden_proto(sprintf)
 #ifdef __UCLIBC_HAS_XLOCALE__




More information about the uClibc-cvs mailing list