Drop RCSID

This commit is contained in:
Love Hornquist Astrand
2009-08-20 19:03:15 -07:00
parent f5ad76fe70
commit 0c112865b4
10 changed files with 1 additions and 18 deletions

View File

@@ -31,10 +31,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <krb5.h> #include <krb5.h>

View File

@@ -33,8 +33,6 @@
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
static unsigned static unsigned
read_words (const char *filename, char ***ret_w) read_words (const char *filename, char ***ret_w)
{ {

View File

@@ -33,8 +33,6 @@
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
static char *etype_str; static char *etype_str;
static int version_flag; static int version_flag;
static int help_flag; static int help_flag;

View File

@@ -32,7 +32,6 @@
*/ */
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
static const char *cache; static const char *cache;
static const char *credential; static const char *credential;

View File

@@ -32,7 +32,7 @@
*/ */
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
#include <kdigest-commands.h> #include <kdigest-commands.h>
#include <hex.h> #include <hex.h>
#include <base64.h> #include <base64.h>

View File

@@ -33,8 +33,6 @@
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
static char *cache_str; static char *cache_str;
static char *out_cache_str; static char *out_cache_str;
static char *delegation_cred_str; static char *delegation_cred_str;

View File

@@ -32,7 +32,6 @@
*/ */
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
#include <parse_units.h> #include <parse_units.h>
static char *client_principal_str = NULL; static char *client_principal_str = NULL;

View File

@@ -35,8 +35,6 @@
#include "rtbl.h" #include "rtbl.h"
#include "parse_units.h" #include "parse_units.h"
RCSID("$Id$");
static char* static char*
printable_time(time_t t) printable_time(time_t t)
{ {

View File

@@ -33,8 +33,6 @@
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
/* /*
* *
*/ */

View File

@@ -33,8 +33,6 @@
#include "kuser_locl.h" #include "kuser_locl.h"
RCSID("$Id$");
static int help_flag = 0; static int help_flag = 0;
static int version_flag = 0; static int version_flag = 0;