drop RCSID

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24359 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:31:10 +00:00
parent 80842059fc
commit 3767202e6e
5 changed files with 0 additions and 9 deletions

View File

@@ -33,8 +33,6 @@
#include "krb5_locl.h" #include "krb5_locl.h"
RCSID("$Id$");
static u_long table[256]; static u_long table[256];
#define CRC_GEN 0xEDB88320L #define CRC_GEN 0xEDB88320L

View File

@@ -32,7 +32,6 @@
*/ */
#include "krb5_locl.h" #include "krb5_locl.h"
RCSID("$Id$");
/** /**
* *

View File

@@ -36,9 +36,7 @@
#ifndef __KRB5_LOCL_H__ #ifndef __KRB5_LOCL_H__
#define __KRB5_LOCL_H__ #define __KRB5_LOCL_H__
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
#include <errno.h> #include <errno.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -35,8 +35,6 @@
#include <resolve.h> #include <resolve.h>
#include "locate_plugin.h" #include "locate_plugin.h"
RCSID("$Id$");
static int static int
string_to_proto(const char *string) string_to_proto(const char *string)
{ {

View File

@@ -35,8 +35,6 @@
#include <sqlite3.h> #include <sqlite3.h>
RCSID("$Id$");
typedef struct krb5_scache { typedef struct krb5_scache {
char *name; char *name;
char *file; char *file;