From dcb268635730e862049f0695559dc24e95a4bc08 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 8 Jan 2006 11:37:03 +0000 Subject: hide internal ahostbuf symbol --- libc/inet/rpc/rexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/inet/rpc/rexec.c') diff --git a/libc/inet/rpc/rexec.c b/libc/inet/rpc/rexec.c index 239e87fb0..a90776fc4 100644 --- a/libc/inet/rpc/rexec.c +++ b/libc/inet/rpc/rexec.c @@ -57,7 +57,7 @@ extern int __libc_sa_len (sa_family_t __af) __THROW attribute_hidden; int rexecoptions; -char ahostbuf[NI_MAXHOST]; +char ahostbuf[NI_MAXHOST] attribute_hidden; extern int __ruserpass(const char *host, const char **aname, const char **apass) attribute_hidden; int attribute_hidden -- cgit v1.2.3