diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2002-08-14 22:50:37 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2002-08-14 22:50:37 +0000 |
| commit | ca2719790a99d01f9cf08718065aa7a14ad05ef7 (patch) | |
| tree | d3c644f54e3fc064f4dd5485b98a9b44d6220bfa /src/lib | |
| parent | e5de69780cfa0c2bd70d0b0445f54675904f13bd (diff) | |
tweak comments
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14713 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/cc_file.c | 3 |
1 files changed, 1 insertions, 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 |
