diff --git a/kuser/copy_cred_cache.c b/kuser/copy_cred_cache.c index 59dc35329..3fe203074 100644 --- a/kuser/copy_cred_cache.c +++ b/kuser/copy_cred_cache.c @@ -31,10 +31,7 @@ * SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H #include -RCSID("$Id$"); -#endif #include #include diff --git a/kuser/generate-requests.c b/kuser/generate-requests.c index cb80dac2c..8f50427ad 100644 --- a/kuser/generate-requests.c +++ b/kuser/generate-requests.c @@ -33,8 +33,6 @@ #include "kuser_locl.h" -RCSID("$Id$"); - static unsigned read_words (const char *filename, char ***ret_w) { diff --git a/kuser/kdecode_ticket.c b/kuser/kdecode_ticket.c index fc2329de0..2d30b5f38 100644 --- a/kuser/kdecode_ticket.c +++ b/kuser/kdecode_ticket.c @@ -33,8 +33,6 @@ #include "kuser_locl.h" -RCSID("$Id$"); - static char *etype_str; static int version_flag; static int help_flag; diff --git a/kuser/kdestroy.c b/kuser/kdestroy.c index 832c868cc..7a5aee958 100644 --- a/kuser/kdestroy.c +++ b/kuser/kdestroy.c @@ -32,7 +32,6 @@ */ #include "kuser_locl.h" -RCSID("$Id$"); static const char *cache; static const char *credential; diff --git a/kuser/kdigest.c b/kuser/kdigest.c index 2ed7bcbcf..f5bf2f637 100644 --- a/kuser/kdigest.c +++ b/kuser/kdigest.c @@ -32,7 +32,7 @@ */ #include "kuser_locl.h" -RCSID("$Id$"); + #include #include #include diff --git a/kuser/kgetcred.c b/kuser/kgetcred.c index 3e0c2e5f3..f90acbafd 100644 --- a/kuser/kgetcred.c +++ b/kuser/kgetcred.c @@ -33,8 +33,6 @@ #include "kuser_locl.h" -RCSID("$Id$"); - static char *cache_str; static char *out_cache_str; static char *delegation_cred_str; diff --git a/kuser/kimpersonate.c b/kuser/kimpersonate.c index e8f7e718e..e899adada 100644 --- a/kuser/kimpersonate.c +++ b/kuser/kimpersonate.c @@ -32,7 +32,6 @@ */ #include "kuser_locl.h" -RCSID("$Id$"); #include static char *client_principal_str = NULL; diff --git a/kuser/klist.c b/kuser/klist.c index b5145eda6..c26da28e3 100644 --- a/kuser/klist.c +++ b/kuser/klist.c @@ -35,8 +35,6 @@ #include "rtbl.h" #include "parse_units.h" -RCSID("$Id$"); - static char* printable_time(time_t t) { diff --git a/kuser/kswitch.c b/kuser/kswitch.c index 96cf4902b..77e9f6ba4 100644 --- a/kuser/kswitch.c +++ b/kuser/kswitch.c @@ -33,8 +33,6 @@ #include "kuser_locl.h" -RCSID("$Id$"); - /* * */ diff --git a/kuser/kverify.c b/kuser/kverify.c index a8cab7368..61f12d32e 100644 --- a/kuser/kverify.c +++ b/kuser/kverify.c @@ -33,8 +33,6 @@ #include "kuser_locl.h" -RCSID("$Id$"); - static int help_flag = 0; static int version_flag = 0;