diff options
Diffstat (limited to 'rdate.c')
-rw-r--r-- | rdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ #include <getopt.h> -#define RFC_868_BIAS 2208988800UL +static const int RFC_868_BIAS = 2208988800UL; int setdate= 0; int printdate= 0; |