summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-08-15 01:28:09 +0000
committerKen Raeburn <raeburn@mit.edu>2002-08-15 01:28:09 +0000
commitdbf6c3991b3b7f8ce8295ccab2deeaf3e0637d8b (patch)
tree753225c88f2d06e3bb4b35df16f4096f82f40544 /src
parent01e75f6365ecb6b4d7521f0b9137208b4c158e38 (diff)
downloadkrb5-dbf6c3991b3b7f8ce8295ccab2deeaf3e0637d8b.tar.gz
krb5-dbf6c3991b3b7f8ce8295ccab2deeaf3e0637d8b.tar.xz
krb5-dbf6c3991b3b7f8ce8295ccab2deeaf3e0637d8b.zip
missed an entry
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14718 dc483132-0cff-0310-8789-dd5450dbe970
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 923bd16186..791788b9f7 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.