]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
check_y2k.c:
authorHarlan Stenn <stenn@ntp.org>
Mon, 7 Aug 2000 00:26:34 +0000 (00:26 -0000)
committerHarlan Stenn <stenn@ntp.org>
Mon, 7 Aug 2000 00:26:34 +0000 (00:26 -0000)
  * ntpd/check_y2k.c: Make debug definition match ntpd.h's declaration

bk: 398e023a-70EOX6dPUf8AKL-rqkOaw

ntpd/check_y2k.c

index e21006fe90115cdc82ef789050a250bbef7bbc58..b0a84e12011987dcf001544bdc638aefa977056c 100644 (file)
 
 #define GoodLeap(Year) (((Year)%4 || (!((Year)%100) && (Year)%400)) ? 0 : 13 )
 
-voliatile int debug = 0;       /* debugging requests for parse stuff */
+volatile int debug = 0;                /* debugging requests for parse stuff */
 char const *progname = "check_y2k";
 
 long