summaryrefslogtreecommitdiffstats
path: root/src/util/et/ChangeLog
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1997-03-01 17:28:23 +0000
committerSam Hartman <hartmans@mit.edu>1997-03-01 17:28:23 +0000
commit22b123104922e7ae172be2beea050c2ef8497805 (patch)
tree82a04f1873314f7d5b6224201df6573fd5c9d47e /src/util/et/ChangeLog
parente273e03d6334f890dfa249f50a2ee2bc4bac46a4 (diff)
* com_err.c: Back out last change; it's not needed. Also, remove
debugging cruft. * com_err.h: Do not declare com_err_hook extern if you declare it static in the source. [383] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9992 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/et/ChangeLog')
-rw-r--r--src/util/et/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 6b47675c6..b227d8c2c 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,6 +1,8 @@
Sat Mar 1 11:54:02 1997 Sam Hartman <hartmans@luminous.MIT.EDU>
- * com_err.c: Make com_err_hook global instead of static to work around either NetBSD or Gcc bug.[383]
+ * com_err.h: Do not declare com_err_hook extern if you want it
+ static in the source file. [383]
+
Sat Feb 22 12:18:47 1997 Richard Basch <basch@lehman.com>