diff options
Diffstat (limited to 'time/xchrono/patches/patch-ac')
-rw-r--r-- | time/xchrono/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/time/xchrono/patches/patch-ac b/time/xchrono/patches/patch-ac new file mode 100644 index 00000000000..78fea55dd1e --- /dev/null +++ b/time/xchrono/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2003/01/30 22:37:27 simonb Exp $ + +--- xchrono.c.orig Fri Jan 31 09:23:44 2003 ++++ xchrono.c +@@ -91,9 +91,7 @@ static struct { + #define TOKYO (HAWAII+1) + { "Japan", "Tokyo" }, + #define SYDNEY (TOKYO+1) +-/* This should be NSW (New South Wales)? istead of Queensland, +- but that value looks wrong... */ +- { "Australia/Queensland", "Sydney" }, ++ { "Australia/Sydney", "Sydney" }, + #define LONDON (SYDNEY+1) + { "GB-Eire", "London" }, + #define PARIS (LONDON+1) |