diff options
Diffstat (limited to 'src/lib/krb5/krb/rd_req.c')
-rw-r--r-- | src/lib/krb5/krb/rd_req.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/krb5/krb/rd_req.c b/src/lib/krb5/krb/rd_req.c index 4e12e5b36f..5ad77c106a 100644 --- a/src/lib/krb5/krb/rd_req.c +++ b/src/lib/krb5/krb/rd_req.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* lib/krb5/krb/rd_req.c */ /* - * lib/krb5/krb/rd_req.c - * * Copyright 1990,1991, 2008 by the Massachusetts Institute of Technology. * All Rights Reserved. * @@ -23,9 +22,6 @@ * 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. - * - * - * krb5_rd_req() */ #include "k5-int.h" |