compile_et.c: Change the emitted name of the struct error_table
authorTheodore Tso <tytso@mit.edu>
Sat, 8 Feb 1997 03:16:25 +0000 (03:16 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 8 Feb 1997 03:16:25 +0000 (03:16 +0000)
commit647d10f2b8efd96a47ce5864f685b17cc7705f9f
tree66e506e2bca077514391b6b3d92c6e2f290f83fb
parent010018e43191fbc1af3890350ad41bb99277d4e6
compile_et.c: Change the emitted name of the struct error_table
to be et_XXX_error_table, instead of it being a static
variable named "et".  (This change has already been made
in the awk versions of compile_et.)

com_err.h, com_err.c: Remove the void *priv argument from
com_err_va() and et_com_err() experimental API's.  (That
was a braino; the private data pointer should come from
the hook_func_data field.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9821 dc483132-0cff-0310-8789-dd5450dbe970
src/util/et/ChangeLog
src/util/et/com_err.c
src/util/et/com_err.h
src/util/et/compile_et.c