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/misc/error/err.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libc/misc/error/err.c') diff --git a/libc/misc/error/err.c b/libc/misc/error/err.c index d30efbe37..9ddb59624 100644 --- a/libc/misc/error/err.c +++ b/libc/misc/error/err.c @@ -21,16 +21,7 @@ #if defined __USE_BSD -/* libc_hidden_proto(vwarn) */ -/* libc_hidden_proto(vwarnx) */ -/* libc_hidden_proto(verr) */ -/* libc_hidden_proto(verrx) */ - -/* libc_hidden_proto(fprintf) */ -/* libc_hidden_proto(vfprintf) */ -/* libc_hidden_proto(__xpg_strerror_r) */ -/* libc_hidden_proto(exit) */ -/* libc_hidden_proto(vfprintf) */ + static void vwarn_work(const char *format, va_list args, int showerr) { -- cgit v1.2.3