summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/krb524/ChangeLog5
-rw-r--r--src/krb524/krb524.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/krb524/ChangeLog b/src/krb524/ChangeLog
index 4fa5f572f..6601e393e 100644
--- a/src/krb524/ChangeLog
+++ b/src/krb524/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-14 Tom Yu <tlyu@mit.edu>
+
+ * krb524.h: Back out erroneous merge of post-1.2.5 change
+ temporarily.
+
2002-06-14 Alexandra Ellwood <lxs@mit.edu>
* krb524.h: Updated C++ protection to not interfere with emacs
diff --git a/src/krb524/krb524.h b/src/krb524/krb524.h
index 4c6a07eac..552058df0 100644
--- a/src/krb524/krb524.h
+++ b/src/krb524/krb524.h
@@ -28,8 +28,6 @@
#if defined(macintosh) || (defined(__MACH__) && defined(__APPLE__))
#include <TargetConditionals.h>
- #include <Kerberos/krb5.h>
- #include <Kerberos/krb.h>
#ifndef KRB524_PRIVATE /* Allow e.g. build system to override */
#define KRB524_PRIVATE 0
#endif