summaryrefslogtreecommitdiffstats
path: root/src/admin/edit/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-12-19 23:07:39 +0000
committerTheodore Tso <tytso@mit.edu>1994-12-19 23:07:39 +0000
commitfd36a5a8fa518d256eecef38ff74f1cf0e5ea53b (patch)
treea28b29689aab820c0d51f934db9ac0c1f5242613 /src/admin/edit/ChangeLog
parent3c8d1dca27c8880ebf395172cb6d20001a7af738 (diff)
downloadkrb5-fd36a5a8fa518d256eecef38ff74f1cf0e5ea53b.tar.gz
krb5-fd36a5a8fa518d256eecef38ff74f1cf0e5ea53b.tar.xz
krb5-fd36a5a8fa518d256eecef38ff74f1cf0e5ea53b.zip
Do the right thing if we are compiling without V4 support. (The
dump_v4db command is disabled.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4736 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/edit/ChangeLog')
-rw-r--r--src/admin/edit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/admin/edit/ChangeLog b/src/admin/edit/ChangeLog
index c1516e9f3..c7049b108 100644
--- a/src/admin/edit/ChangeLog
+++ b/src/admin/edit/ChangeLog
@@ -1,3 +1,10 @@
+Mon Dec 19 18:04:11 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * configure.in:
+ * Makefile.in:
+ * dumpv4.c (dump_v4db): Do the right thing if we are compiling
+ without V4 support. (The dump_v4db command is disabled.)
+
Wed Dec 7 00:07:46 1994 <tytso@rsx-11.mit.edu>
* dumpv4.c (v4_print_time): gmtime expects a pointer to a time_t,