From b7b3bda3ba0d3a49ac2ebbb422fe3bec99e2b0b9 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 10 Mar 2004 10:47:37 +0000 Subject: Patch from Thomas Frohlich to fix an option ordering bug of mine. --- util-linux/hwclock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util-linux') 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) } #define HWCLOCK_OPT_LOCALTIME 1 -#define HWCLOCK_OPT_UTC 8 -#define HWCLOCK_OPT_SHOW 2 -#define HWCLOCK_OPT_HCTOSYS 4 +#define HWCLOCK_OPT_UTC 2 +#define HWCLOCK_OPT_SHOW 4 +#define HWCLOCK_OPT_HCTOSYS 8 #define HWCLOCK_OPT_SYSTOHC 16 extern int hwclock_main ( int argc, char **argv ) -- cgit v1.2.3