Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144330852
D42383.id129464.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
804 B
Referenced Files
None
Subscribers
None
D42383.id129464.diff
View Options
diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c
--- a/usr.sbin/tzsetup/tzsetup.c
+++ b/usr.sbin/tzsetup/tzsetup.c
@@ -171,6 +171,7 @@
const char *name;
struct continent *continent;
} continent_names[] = {
+ { "UTC", &utc },
{ "Africa", &africa },
{ "America", &america },
{ "Antarctica", &antarctica },
@@ -181,13 +182,13 @@
{ "Europe", &europe },
{ "Indian", &indian },
{ "Pacific", &pacific },
- { "UTC", &utc }
};
static struct continent_items {
char prompt[3];
char title[30];
} continent_items[] = {
+ { "0", "UTC" },
{ "1", "Africa" },
{ "2", "America -- North and South" },
{ "3", "Antarctica" },
@@ -198,7 +199,6 @@
{ "8", "Europe" },
{ "9", "Indian Ocean" },
{ "10", "Pacific Ocean" },
- { "11", "UTC" }
};
#define NCONTINENTS \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 8, 9:30 PM (4 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28500202
Default Alt Text
D42383.id129464.diff (804 B)
Attached To
Mode
D42383: tzsetup: make UTC the first (default) region
Attached
Detach File
Event Timeline
Log In to Comment