[2205] in Kerberos_V5_Development
Comerr library problems....
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Thu Feb 6 11:46:45 1997
From: epeisach@MIT.EDU
Date: Thu, 6 Feb 1997 11:44:22 -0500
To: tytso@MIT.EDU, basch@lehman.com
Cc: krbdev@MIT.EDU
In trying to build the current source tree, the com_err library has
changed. com_err_va() used to exist - and is documented in
com_err.texinfo. It is used in util/ss/error.c...
There appears to be an et_ctx structure now. As this is not documented,
would the proper "fix" be to call et_com_err_va with the first two
arguments of 0?
Or maybe adding a compatibility function in util/et/com_err.c
com_err_va() which DTRT...
Also, in com_err.c, com_err() or et_com_err() is defined depending on
whether the machine has stdarg.h - is this a typo? (look for ET_VARARGS).
Ezra