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 <string.h>
#include "base64.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
RCSID("$Id$");
#endif
static char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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