From: Subhendu Ghosh Date: Wed, 25 May 2005 17:42:35 +0000 (+0000) Subject: 64bit sys support - 1185713 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fd947321a36066417d400dbf169d560746a1c9b8;p=nagiosplug.git 64bit sys support - 1185713 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1183 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/check_time.c b/plugins/check_time.c index efca91b..ff94d9b 100644 --- a/plugins/check_time.c +++ b/plugins/check_time.c @@ -33,7 +33,7 @@ enum { #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;