summaryrefslogtreecommitdiff
path: root/patches/glibc/2.1.3/rh62-04-glibc-2.1.3-tzfile.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-02-24 11:00:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-02-24 11:00:05 (GMT)
commit1906cf93f86d8d66f45f90380a8d3da25c087ee5 (patch)
tree90916c99abe1f1ec26709ee420e6c349eda4670a /patches/glibc/2.1.3/rh62-04-glibc-2.1.3-tzfile.patch
parent2609573aede4ce198b3462976725b25eb1637d2e (diff)
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!". Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup. That means I'm putting backups in place in the afternoon. That also means we've lost history... :-(
Diffstat (limited to 'patches/glibc/2.1.3/rh62-04-glibc-2.1.3-tzfile.patch')
-rw-r--r--patches/glibc/2.1.3/rh62-04-glibc-2.1.3-tzfile.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/glibc/2.1.3/rh62-04-glibc-2.1.3-tzfile.patch b/patches/glibc/2.1.3/rh62-04-glibc-2.1.3-tzfile.patch
new file mode 100644
index 0000000..06df633
--- /dev/null
+++ b/patches/glibc/2.1.3/rh62-04-glibc-2.1.3-tzfile.patch
@@ -0,0 +1,22 @@
+2000-08-09 Jakub Jelinek <jakub@redhat.com>
+
+ * time/tzfile.c (__tzfile_compute): __tzstring zones
+ from zone_names.
+
+--- glibc-2.1.3/time/tzfile.c.jj Fri May 7 16:41:44 1999
++++ glibc-2.1.3/time/tzfile.c Fri Aug 25 09:55:20 2000
+@@ -1,4 +1,4 @@
+-/* Copyright (C) 1991,92,93,95,96,97,98,99 Free Software Foundation, Inc.
++/* Copyright (C) 1991,92,93,95,96,97,98,99,2000 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+
+ The GNU C Library is free software; you can redistribute it and/or
+@@ -498,7 +498,7 @@ __tzfile_compute (time_t timer, int use_
+ /* There is no daylight saving time. */
+ __tzname[1] = __tzname[0];
+ tp->tm_isdst = info->isdst;
+- tp->tm_zone = &zone_names[info->idx];
++ tp->tm_zone = __tzstring (&zone_names[info->idx]);
+ tp->tm_gmtoff = info->offset;
+ }
+