diff options
Diffstat (limited to 'src/kadmin/cli')
| -rw-r--r-- | src/kadmin/cli/kadmin.c | 6 | ||||
| -rw-r--r-- | src/kadmin/cli/kadmin.h | 7 | ||||
| -rw-r--r-- | src/kadmin/cli/ss_wrapper.c | 3 |
3 files changed, 7 insertions, 9 deletions
diff --git a/src/kadmin/cli/kadmin.c b/src/kadmin/cli/kadmin.c index 38244bed93..ac08ffac0e 100644 --- a/src/kadmin/cli/kadmin.c +++ b/src/kadmin/cli/kadmin.c @@ -21,15 +21,15 @@ * 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. - * - * kadmin.c: base functions for a kadmin command line interface using - * the OVSecure library */ /* * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ +/* Base functions for a kadmin command line interface using the OVSecure + * library */ + /* for "_" macro */ #include "k5-platform.h" #include <krb5.h> diff --git a/src/kadmin/cli/kadmin.h b/src/kadmin/cli/kadmin.h index 92e5faa7b6..6d87040359 100644 --- a/src/kadmin/cli/kadmin.h +++ b/src/kadmin/cli/kadmin.h @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* kadmin/cli/kadmin.h */ /* - * kadmin/cli/kadmin.h - * * Copyright 2001 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. - * + */ + +/* * * Prototypes for kadmin functions called from SS library. */ diff --git a/src/kadmin/cli/ss_wrapper.c b/src/kadmin/cli/ss_wrapper.c index 92ea16a548..249a9b4b14 100644 --- a/src/kadmin/cli/ss_wrapper.c +++ b/src/kadmin/cli/ss_wrapper.c @@ -21,9 +21,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. - * - * - * ss wrapper for kadmin */ #include <krb5.h> |
