From 21730caa6647f645974e132ca8afec79b4eeab2b Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 18 Sep 2009 20:57:40 +0200 Subject: trim Experimentally off and uncommented hidden sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer --- libc/inet/ntop.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libc/inet/ntop.c') diff --git a/libc/inet/ntop.c b/libc/inet/ntop.c index 4583fc47f..57a0b8ccd 100644 --- a/libc/inet/ntop.c +++ b/libc/inet/ntop.c @@ -30,13 +30,6 @@ #include #include -/* Experimentally off - libc_hidden_proto(memcpy) */ -/* Experimentally off - libc_hidden_proto(memset) */ -/* Experimentally off - libc_hidden_proto(strchr) */ -/* Experimentally off - libc_hidden_proto(strcpy) */ -/* Experimentally off - libc_hidden_proto(strlen) */ -/* libc_hidden_proto(sprintf) */ -/* libc_hidden_proto(tolower) */ /* * WARNING: Don't even consider trying to compile this on a system where @@ -352,7 +345,6 @@ inet_pton6(const char *src, u_char *dst) * author: * Paul Vixie, 1996. */ -/* libc_hidden_proto(inet_ntop) */ const char * inet_ntop(int af, const void *src, char *dst, socklen_t size) { @@ -383,7 +375,6 @@ libc_hidden_def(inet_ntop) * author: * Paul Vixie, 1996. */ -/* libc_hidden_proto(inet_pton) */ int inet_pton(int af, const char *src, void *dst) { -- cgit v1.2.3