* et_h.awk: It's "const struct error_table et_" in the c file, so
authorTom Yu <tlyu@mit.edu>
Thu, 12 Dec 2002 20:53:54 +0000 (20:53 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 12 Dec 2002 20:53:54 +0000 (20:53 +0000)
it's now const here too.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15043 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/et_h.awk

index fbc0862cc91385e71d98bdd441dd91464da47fdf..90db964e2c0804d2b1adbb1b73fe1ebbe3ff480b 100644 (file)
@@ -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
index 1bbe5e972b6cd8c8ef5b18356ec783a94ea5da8e..d56101de800eb1e2b3f0fe41bed17f46b6903502 100644 (file)
@@ -150,7 +150,7 @@ END {
                        tab_base_low) "L)" > outfile
        }
        print "" > outfile
-       print "extern struct error_table et_" table_name "_error_table;" > outfile
+       print "extern const struct error_table et_" table_name "_error_table;" > outfile
        print "" > outfile
        print "#if !defined(_WIN32) && !defined(macintosh) && !(defined(__MACH__) && defined(__APPLE__))" > outfile
        print "/* for compatibility with older versions... */" > outfile