aboutsummaryrefslogtreecommitdiff
path: root/rdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'rdate.c')
-rw-r--r--rdate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rdate.c b/rdate.c
index ed7121a75..28e87323d 100644
--- a/rdate.c
+++ b/rdate.c
@@ -39,10 +39,10 @@
39 39
40static const int RFC_868_BIAS = 2208988800UL; 40static const int RFC_868_BIAS = 2208988800UL;
41 41
42int setdate= 0; 42static int setdate= 0;
43int printdate= 0; 43static int printdate= 0;
44 44
45time_t askremotedate(char *host) 45static time_t askremotedate(char *host)
46{ 46{
47 struct hostent *h; 47 struct hostent *h;
48 struct sockaddr_in sin; 48 struct sockaddr_in sin;