[Nagiosplug-checkins] nagiosplug/plugins check_time.c,1.25,1.26
Subhendu Ghosh
sghosh at users.sourceforge.net
Wed May 25 10:44:44 CEST 2005
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29923
Modified Files:
check_time.c
Log Message:
64bit sys support - 1185713
Index: check_time.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_time.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- check_time.c 25 Dec 2004 23:17:44 -0000 1.25
+++ check_time.c 25 May 2005 17:42:35 -0000 1.26
@@ -33,7 +33,7 @@
#define UNIX_EPOCH 2208988800UL
-unsigned long server_time, raw_server_time;
+uint32_t server_time, raw_server_time;
time_t diff_time;
int warning_time = 0;
int check_warning_time = FALSE;
More information about the Commits
mailing list