diff options
Diffstat (limited to 'src/lib/krb5/rcache/rc_none.c')
-rw-r--r-- | src/lib/krb5/rcache/rc_none.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/krb5/rcache/rc_none.c b/src/lib/krb5/rcache/rc_none.c index 77ca83705..e30aed09f 100644 --- a/src/lib/krb5/rcache/rc_none.c +++ b/src/lib/krb5/rcache/rc_none.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* lib/krb5/rcache/rc_none.c */ /* - * lib/krb5/rcache/rc_none.c - * * Copyright 2004 by the Massachusetts Institute of Technology. * All Rights Reserved. * @@ -23,7 +22,9 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * + */ + +/* * * replay cache no-op implementation */ |