mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Patch from Thomas Frohlich to fix an option ordering bug of mine.
This commit is contained in:
parent
c66ebe4200
commit
b7b3bda3ba
1 changed files with 3 additions and 3 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue