diff options
Diffstat (limited to 'src/kadmin/cli/kadmin.c')
-rw-r--r-- | src/kadmin/cli/kadmin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kadmin/cli/kadmin.c b/src/kadmin/cli/kadmin.c index 38244bed9..ac08ffac0 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> |