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,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, ...)
{