From 3e6ff9017f5aa4ea41de2520a3f6d29fb20e0332 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 9 Mar 2001 21:24:12 +0000 Subject: A cleanup patch from Jeff Garzik to static-ify a number of namespace polluting things that really should be static. --- rdate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rdate.c') diff --git a/rdate.c b/rdate.c index ed7121a75..28e87323d 100644 --- a/rdate.c +++ b/rdate.c @@ -39,10 +39,10 @@ static const int RFC_868_BIAS = 2208988800UL; -int setdate= 0; -int printdate= 0; +static int setdate= 0; +static int printdate= 0; -time_t askremotedate(char *host) +static time_t askremotedate(char *host) { struct hostent *h; struct sockaddr_in sin; -- cgit v1.2.3