aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util-linux/hwclock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
index e62a64553..e089b1d81 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -183,9 +183,9 @@ static int check_utc(void)
183} 183}
184 184
185#define HWCLOCK_OPT_LOCALTIME 1 185#define HWCLOCK_OPT_LOCALTIME 1
186#define HWCLOCK_OPT_UTC 8 186#define HWCLOCK_OPT_UTC 2
187#define HWCLOCK_OPT_SHOW 2 187#define HWCLOCK_OPT_SHOW 4
188#define HWCLOCK_OPT_HCTOSYS 4 188#define HWCLOCK_OPT_HCTOSYS 8
189#define HWCLOCK_OPT_SYSTOHC 16 189#define HWCLOCK_OPT_SYSTOHC 16
190 190
191extern int hwclock_main ( int argc, char **argv ) 191extern int hwclock_main ( int argc, char **argv )