Default to UTC on sparc64 also.
This commit is contained in:
parent
ee6c974de4
commit
a956ec3bed
@ -643,7 +643,7 @@ main(int argc, char **argv)
|
||||
int c, fd;
|
||||
int (*dialog_utc)(unsigned char *, unsigned char *, int, int);
|
||||
|
||||
#if defined(__alpha__)
|
||||
#if defined(__alpha__) || defined(__sparc64__)
|
||||
dialog_utc = dialog_yesno;
|
||||
#else
|
||||
dialog_utc = dialog_noyes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user