summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-07-24 22:50:22 +0000
committerTheodore Tso <tytso@mit.edu>1996-07-24 22:50:22 +0000
commitaa9ac88439ff7b152211946bfba0724e76fbc0a9 (patch)
tree49466997afd1526b9ee3658e5d9c611c1853974f /src/lib/gssapi/generic/ChangeLog
parent2ec18dfed9c71f9f73d30789c40b18d63de05622 (diff)
downloadkrb5-aa9ac88439ff7b152211946bfba0724e76fbc0a9.tar.gz
krb5-aa9ac88439ff7b152211946bfba0724e76fbc0a9.tar.xz
krb5-aa9ac88439ff7b152211946bfba0724e76fbc0a9.zip
Remove INTERFACE keyworded; not needed (and causes problems) since
we're not exporting this function to the DLL. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8809 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/ChangeLog')
-rw-r--r--src/lib/gssapi/generic/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog
index 3b0f1fb86..ebafc0fe3 100644
--- a/src/lib/gssapi/generic/ChangeLog
+++ b/src/lib/gssapi/generic/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jul 24 18:48:43 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * rel_buffer.c (generic_gss_release_buffer):
+ * rel_oid_set.c (generic_gss_release_oid_set): Remove INTERFACE
+ keyworded; not needed (and causes problems) since we're
+ not exporting this function to the DLL.
+
Tue Jul 23 16:44:50 1996 Theodore Y. Ts'o <tytso@mit.edu>
* util_validate.c: Only include <sys/file.h> if building with BSD_DB.