Added lots of Id:s

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@689 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-26 22:48:24 +00:00
parent c4e3eb69e2
commit b0f6df58d7
38 changed files with 50 additions and 37 deletions

View File

@@ -1,6 +1,10 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "base64.h" #include "base64.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
RCSID("$Id$");
#endif
static char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; static char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifndef _BASE64_H_ #ifndef _BASE64_H_
#define _BASE64_H_ #define _BASE64_H_

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif #endif

View File

@@ -38,6 +38,7 @@
*/ */
#include "ftp_locl.h" #include "ftp_locl.h"
RCSID("$Id$");
typedef void (*sighand)(int); typedef void (*sighand)(int);

View File

@@ -34,6 +34,7 @@
*/ */
#include "ftp_locl.h" #include "ftp_locl.h"
RCSID("$Id$");
void void
domacro(int argc, char **argv) domacro(int argc, char **argv)

View File

@@ -35,6 +35,8 @@
* @(#)extern.h 8.3 (Berkeley) 10/9/94 * @(#)extern.h 8.3 (Berkeley) 10/9/94
*/ */
/* $Id$ */
#include <setjmp.h> #include <setjmp.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/time.h> #include <sys/time.h>

View File

@@ -34,6 +34,7 @@
*/ */
#include "ftp_locl.h" #include "ftp_locl.h"
RCSID("$Id$");
#ifndef INADDR_NONE #ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff #define INADDR_NONE 0xffffffff

View File

@@ -1,4 +1,5 @@
#include "ftp_locl.h" #include "ftp_locl.h"
RCSID("$Id$");
/* /*
* Options and other state info. * Options and other state info.

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __KRB4_H__ #ifndef __KRB4_H__
#define __KRB4_H__ #define __KRB4_H__

View File

@@ -36,6 +36,7 @@
*/ */
#include "ftp_locl.h" #include "ftp_locl.h"
RCSID("$Id$");
int int
main(int argc, char **argv) main(int argc, char **argv)

View File

@@ -34,6 +34,7 @@
*/ */
#include "ftp_locl.h" #include "ftp_locl.h"
RCSID("$Id$");
static int token __P((void)); static int token __P((void));
static FILE *cfile; static FILE *cfile;

View File

@@ -1,5 +1,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include <sys/types.h> #include <sys/types.h>

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __AUTH_H__ #ifndef __AUTH_H__
#define __AUTH_H__ #define __AUTH_H__

View File

@@ -1,5 +1,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include <sys/types.h> #include <sys/types.h>

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __KRB4_H__ #ifndef __KRB4_H__
#define __KRB4_H__ #define __KRB4_H__

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
err(int eval, const char *fmt, ...) err(int eval, const char *fmt, ...)
{ {

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __ERR_H__ #ifndef __ERR_H__
#define __ERR_H__ #define __ERR_H__

View File

@@ -1,3 +1,5 @@
/* $Id$ */
#ifndef __ERR_H__ #ifndef __ERR_H__
#define __ERR_H__ #define __ERR_H__

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
errx(int eval, const char *fmt, ...) errx(int eval, const char *fmt, ...)
{ {

View File

@@ -1,5 +1,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "roken.h" #include "roken.h"

View File

@@ -1,13 +1,12 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "roken.h" #include "roken.h"
#ifndef HAVE_HSTRERROR #ifndef HAVE_HSTRERROR
RCSID("$Id$");
#include <stdio.h> #include <stdio.h>
#include <netdb.h> #include <netdb.h>

View File

@@ -1,5 +1,6 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "roken.h" #include "roken.h"
@@ -9,8 +10,6 @@
#include <netinet/in.h> #include <netinet/in.h>
#include <netdb.h> #include <netdb.h>
RCSID("$Id$");
/* Minimal implementation of inet_aton. Doesn't handle hex numbers. */ /* Minimal implementation of inet_aton. Doesn't handle hex numbers. */
int inet_aton(const char *cp, struct in_addr *adr) int inet_aton(const char *cp, struct in_addr *adr)

View File

@@ -7,12 +7,11 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include <sys/types.h> #include <sys/types.h>
RCSID("$Id$");
void* memmove(void *s1, const void *s2, size_t n) void* memmove(void *s1, const void *s2, size_t n)
{ {
char *s=(char*)s2, *d=(char*)s1; char *s=(char*)s2, *d=(char*)s1;

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include <stdlib.h> #include <stdlib.h>
RCSID("$Id$");
extern char **environ; extern char **environ;
/* /*

View File

@@ -1,6 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$"); RCSID("$Id$");
#endif
int int
setegid(int egid) setegid(int egid)

View File

@@ -1,8 +1,7 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$"); RCSID("$Id$");
#endif
#include "roken.h" #include "roken.h"

View File

@@ -1,6 +1,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$"); RCSID("$Id$");
#endif
int int
seteuid(int euid) seteuid(int euid)

View File

@@ -1,8 +1,7 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$"); RCSID("$Id$");
#endif
#include <signal.h> #include <signal.h>

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
RCSID("$Id$");
#ifndef HAVE_STRDUP #ifndef HAVE_STRDUP
char * char *
strdup(const char *old) strdup(const char *old)

View File

@@ -1,12 +1,11 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
RCSID("$Id$");
extern int sys_nerr; extern int sys_nerr;
extern char *sys_errlist[]; extern char *sys_errlist[];

View File

@@ -1,8 +1,7 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
#endif
RCSID("$Id$"); RCSID("$Id$");
#endif
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -3,7 +3,6 @@
RCSID("$Id$"); RCSID("$Id$");
#endif #endif
#include <stdio.h> #include <stdio.h>
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
verr(int eval, const char *fmt, va_list ap) verr(int eval, const char *fmt, va_list ap)
{ {

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
verrx(int eval, const char *fmt, va_list ap) verrx(int eval, const char *fmt, va_list ap)
{ {

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
vwarn(const char *fmt, va_list ap) vwarn(const char *fmt, va_list ap)
{ {

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
vwarnx(const char *fmt, va_list ap) vwarnx(const char *fmt, va_list ap)
{ {

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
warn(const char *fmt, ...) warn(const char *fmt, ...)
{ {

View File

@@ -1,11 +1,10 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include <config.h>
RCSID("$Id$");
#endif #endif
#include "err.h" #include "err.h"
RCSID("$Id$");
void void
warnx(const char *fmt, ...) warnx(const char *fmt, ...)
{ {