From 6d72960706e071e222ab772a9dfc100552473172 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 8 Jan 2006 11:58:42 +0000 Subject: declare static --- libc/inet/rpc/rcmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc') diff --git a/libc/inet/rpc/rcmd.c b/libc/inet/rpc/rcmd.c index c7a5be0db..c76cf1ca7 100644 --- a/libc/inet/rpc/rcmd.c +++ b/libc/inet/rpc/rcmd.c @@ -310,8 +310,8 @@ int attribute_hidden __rresvport(int *alport) } strong_alias(__rresvport,rresvport) -int __check_rhosts_file = 1; -char *__rcmd_errstr; +static int __check_rhosts_file = 1; +static char *__rcmd_errstr; int ruserok(rhost, superuser, ruser, luser) const char *rhost, *ruser, *luser; -- cgit v1.2.3