diff options
Diffstat (limited to 'src/lib/krb5/keytab/ktbase.c')
-rw-r--r-- | src/lib/krb5/keytab/ktbase.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/krb5/keytab/ktbase.c b/src/lib/krb5/keytab/ktbase.c index 3635ac211f..774aac6425 100644 --- a/src/lib/krb5/keytab/ktbase.c +++ b/src/lib/krb5/keytab/ktbase.c @@ -1,6 +1,5 @@ /* - * $Source$ - * $Author$ + * lib/krb5/keytab/ktbase.c * * Copyright 1990 by the Massachusetts Institute of Technology. * All Rights Reserved. @@ -25,10 +24,6 @@ * Registration functions for keytab. */ -#if !defined(lint) && !defined(SABER) -static char rcsid_ktbase_c[] = -"$Id$"; -#endif /* !lint & !SABER */ #include <krb5/krb5.h> #include <krb5/ext-proto.h> |