summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/ChangeLog b/src/lib/krb5/ccache/ChangeLog
index 923bd1618..791788b9f 100644
--- a/src/lib/krb5/ccache/ChangeLog
+++ b/src/lib/krb5/ccache/ChangeLog
@@ -16,6 +16,9 @@
check.
(BINARY_MODE): Always define.
(setvbuf) [!HAVE_SETVBUF]: Define as macro using setbuf.
+ (krb5_fcc_open_file): Change file descriptor variable to "f" and
+ combine newly matching stdio and file sections. Use setvbuf
+ instead of checking whether to use setbuf.
* cc_stdio.c: Deleted.
* Makefile.in (STLIBOBJS, OBJS, SRCS): Updated.