(NO_FILE): New macro. All functions changed to test or assign it rather than
authorKen Raeburn <raeburn@mit.edu>
Thu, 15 Aug 2002 01:24:15 +0000 (01:24 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 15 Aug 2002 01:24:15 +0000 (01:24 +0000)
commit01e75f6365ecb6b4d7521f0b9137208b4c158e38
treefe0f99bd91776fc30095a10ae9fd4ce9597f5f00
parent20f472cd662cf3be60a133ebf50f173110d0fc7f
(NO_FILE): New macro.  All functions changed to test or assign it rather than
-1 or (FILE*)NULL.
(krb5_fcc_read_keyblock, krb5_fcc_read_data): Rewrite bounds 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.  Fix bug in merge.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14717 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_file.c