summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-07-14 22:42:33 +0000
committerTom Yu <tlyu@mit.edu>2002-07-14 22:42:33 +0000
commitc961106dc72a63290be93976745cd2764d87e1b5 (patch)
tree97ff1b3ba4d89bca4d756bd522e97a967f082b46 /src/lib/gssapi/ChangeLog
parenta68afdd3636a7b158d559f5f3e07763b180f7ce5 (diff)
downloadkrb5-c961106dc72a63290be93976745cd2764d87e1b5.tar.gz
krb5-c961106dc72a63290be93976745cd2764d87e1b5.tar.xz
krb5-c961106dc72a63290be93976745cd2764d87e1b5.zip
* gss_libinit.c: Conditionalized error table loading for Mac OS X.
Error tables should always be loaded on other platforms. * gss_libinit.c: updated for Mac OS X header paths and added include of gssapiP_krb5.h to get function prototypes. [pullups from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14647 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/ChangeLog')
-rw-r--r--src/lib/gssapi/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/gssapi/ChangeLog b/src/lib/gssapi/ChangeLog
index eed5015a2..3dcb4207b 100644
--- a/src/lib/gssapi/ChangeLog
+++ b/src/lib/gssapi/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-14 Alexandra Ellwood <lxs@mit.edu>
+
+ * gss_libinit.c: Conditionalized error table loading for Mac OS X.
+ Error tables should always be loaded on other platforms.
+
+ * gss_libinit.c: updated for Mac OS X header paths and added
+ include of gssapiP_krb5.h to get function prototypes.
+
+ [pullups from 1-2-2-branch]
+
2001-09-01 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (SRCS): Use $(srcdir) not $(subdir).