summaryrefslogtreecommitdiffstats
path: root/src/util/et/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-12-12 20:53:54 +0000
committerTom Yu <tlyu@mit.edu>2002-12-12 20:53:54 +0000
commitcfb48386e0ce11bd5ae261a4a8e8a6a0c705c817 (patch)
treef5557a976f58b3c6f6e6474fb7595099a64c498c /src/util/et/ChangeLog
parentffce8a8dedb35b6eec710116efacb1ae04d16338 (diff)
downloadkrb5-cfb48386e0ce11bd5ae261a4a8e8a6a0c705c817.tar.gz
krb5-cfb48386e0ce11bd5ae261a4a8e8a6a0c705c817.tar.xz
krb5-cfb48386e0ce11bd5ae261a4a8e8a6a0c705c817.zip
* et_h.awk: It's "const struct error_table et_" in the c file, so
it's now const here too. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15043 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et/ChangeLog')
-rw-r--r--src/util/et/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index fbc0862cc..90db964e2 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-12 Tom Yu <tlyu@mit.edu>
+
+ * et_h.awk: It's "const struct error_table et_" in the c file, so
+ it's now const here too.
+
2002-10-07 Sam Hartman <hartmans@mit.edu>
* Makefile.in (install-headers): build compile_et so it can be used later