From: Ken Raeburn Date: Thu, 15 Aug 2002 01:28:09 +0000 (+0000) Subject: missed an entry X-Git-Tag: krb5-1.3-alpha1~510 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dbf6c3991b3b7f8ce8295ccab2deeaf3e0637d8b;p=krb5.git missed an entry git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14718 dc483132-0cff-0310-8789-dd5450dbe970 --- 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.