From ca2719790a99d01f9cf08718065aa7a14ad05ef7 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 14 Aug 2002 22:50:37 +0000 Subject: [PATCH] tweak comments git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14713 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/ccache/cc_file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/krb5/ccache/cc_file.c b/src/lib/krb5/ccache/cc_file.c index ad5e19b13..05131071d 100644 --- a/src/lib/krb5/ccache/cc_file.c +++ b/src/lib/krb5/ccache/cc_file.c @@ -1053,7 +1053,6 @@ krb5_fcc_store_authdatum (context, id, a) CHECK(ret); return krb5_fcc_write(context, id, (krb5_pointer) a->contents, a->length); } -/* end of former file/fcc_write.c */ #undef CHECK static krb5_error_code @@ -2006,7 +2005,7 @@ krb5_fcc_interpret(context, errnum) case ENOTDIR: #ifdef ELOOP case ELOOP: /* XXX */ -#endif /* ELOOP */ +#endif #ifdef ETXTBSY case ETXTBSY: #endif -- 2.26.2