diff options
Diffstat (limited to 'util-linux/rdate.c')
-rw-r--r-- | util-linux/rdate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index bb5392746..954982ae9 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -33,7 +33,7 @@ | |||
33 | #include <getopt.h> | 33 | #include <getopt.h> |
34 | 34 | ||
35 | 35 | ||
36 | #define RFC_868_BIAS 2208988800UL | 36 | static const int RFC_868_BIAS = 2208988800UL; |
37 | 37 | ||
38 | int setdate= 0; | 38 | int setdate= 0; |
39 | int printdate= 0; | 39 | int printdate= 0; |