summaryrefslogtreecommitdiffstats
path: root/web/attachments/130858-check_time.c.patch
blob: a00fb3def4193510ef4831ae21cd6a4428d27604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*** nagios-plugins-1.4/plugins/check_time.c	Sat Dec 25 23:17:44 2004
--- nagios-plugins-1.4-fixed/plugins/check_time.c	Fri Apr  8 08:15:56 2005
***************
*** 34,38 ****
  #define	UNIX_EPOCH 2208988800UL
  
! unsigned long server_time, raw_server_time;
  time_t diff_time;
  int warning_time = 0;
--- 34,38 ----
  #define	UNIX_EPOCH 2208988800UL
  
! uint32_t server_time, raw_server_time;
  time_t diff_time;
  int warning_time = 0;