From 29d28a3767b5a825ad34bb0adbcef719e3630186 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 6 Sep 2009 00:52:35 +0200 Subject: comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden) Signed-off-by: Denys Vlasenko --- libc/inet/rpc/rexec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/inet/rpc') diff --git a/libc/inet/rpc/rexec.c b/libc/inet/rpc/rexec.c index 12df3ab8f..8305b4a20 100644 --- a/libc/inet/rpc/rexec.c +++ b/libc/inet/rpc/rexec.c @@ -66,8 +66,8 @@ #define SA_LEN(_x) __libc_sa_len((_x)->sa_family) extern int __libc_sa_len (sa_family_t __af) __THROW attribute_hidden; -int rexecoptions; -char ahostbuf[NI_MAXHOST] attribute_hidden; +/* int rexecoptions; - google does not know it */ +static char ahostbuf[NI_MAXHOST]; /* libc_hidden_proto(rexec_af) */ int -- cgit v1.2.3