Browse Source

declare static

Mike Frysinger 19 years ago
parent
commit
6d72960706
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/inet/rpc/rcmd.c

+ 2 - 2
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;