aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-29 01:33:55 +0000
committerRoland McGrath <roland@gnu.org>2002-08-29 01:33:55 +0000
commit089c7a2635b1b898c291bfa26c764078e514e7fa (patch)
tree39646ca02af81ba1ca13f79d1bf4aaf988d3e49d
parentc59fb1c5dd73131fd22bf8094c71a62c0c83357b (diff)
downloadglibc-089c7a2635b1b898c291bfa26c764078e514e7fa.zip
glibc-089c7a2635b1b898c291bfa26c764078e514e7fa.tar.gz
glibc-089c7a2635b1b898c291bfa26c764078e514e7fa.tar.bz2
* time/strptime.c (strptime_internal): Remove spurious const.
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b40ffe9..454dd5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-08-28 Roland McGrath <roland@redhat.com>
+ * time/strptime.c (strptime_internal): Remove spurious const.
+
* locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
_nl_select_era_entry): Moved to ...
* time/era.c: ... here, new file.