Patch from Thomas Frohlich to fix an option ordering bug of mine.
This commit is contained in:
parent
c66ebe4200
commit
b7b3bda3ba
@ -183,9 +183,9 @@ static int check_utc(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define HWCLOCK_OPT_LOCALTIME 1
|
#define HWCLOCK_OPT_LOCALTIME 1
|
||||||
#define HWCLOCK_OPT_UTC 8
|
#define HWCLOCK_OPT_UTC 2
|
||||||
#define HWCLOCK_OPT_SHOW 2
|
#define HWCLOCK_OPT_SHOW 4
|
||||||
#define HWCLOCK_OPT_HCTOSYS 4
|
#define HWCLOCK_OPT_HCTOSYS 8
|
||||||
#define HWCLOCK_OPT_SYSTOHC 16
|
#define HWCLOCK_OPT_SYSTOHC 16
|
||||||
|
|
||||||
extern int hwclock_main ( int argc, char **argv )
|
extern int hwclock_main ( int argc, char **argv )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user