diff options
| author | skrll <skrll@NetBSD.org> | 2005-08-20 19:01:16 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2005-08-20 19:01:16 +0000 |
| commit | 680596d08e8e0213b89121a5236ab6f9dbf2dd5d (patch) | |
| tree | c3d6796e1f8d93061aeec3bc59a91af8f5df88a9 /libexec | |
| parent | 3dbf8d11de635624f1777e82e082f6f5b33fb50b (diff) | |
Add __RCSID.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/arch/alpha/alpha_reloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/arm/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/hppa/hppa_reloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/i386/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/m68k/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/mips/mips_reloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/powerpc/ppc_reloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/sh3/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/sh5/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/sparc/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/sparc64/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/vax/mdreloc.c | 7 | ||||
| -rw-r--r-- | libexec/ld.elf_so/arch/x86_64/mdreloc.c | 7 |
13 files changed, 78 insertions, 13 deletions
diff --git a/libexec/ld.elf_so/arch/alpha/alpha_reloc.c b/libexec/ld.elf_so/arch/alpha/alpha_reloc.c index e7fda92c3f9..f1fc418f274 100644 --- a/libexec/ld.elf_so/arch/alpha/alpha_reloc.c +++ b/libexec/ld.elf_so/arch/alpha/alpha_reloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: alpha_reloc.c,v 1.27 2005/08/15 10:52:42 skrll Exp $ */ +/* $NetBSD: alpha_reloc.c,v 1.28 2005/08/20 19:01:16 skrll Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -60,6 +60,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: alpha_reloc.c,v 1.28 2005/08/20 19:01:16 skrll Exp $"); +#endif /* not lint */ + #include <sys/types.h> #include <sys/stat.h> #include <string.h> diff --git a/libexec/ld.elf_so/arch/arm/mdreloc.c b/libexec/ld.elf_so/arch/arm/mdreloc.c index 336bfaa73d2..1d9d691f6ab 100644 --- a/libexec/ld.elf_so/arch/arm/mdreloc.c +++ b/libexec/ld.elf_so/arch/arm/mdreloc.c @@ -1,4 +1,9 @@ -/* $NetBSD: mdreloc.c,v 1.25 2004/12/17 10:53:27 mycroft Exp $ */ +/* $NetBSD: mdreloc.c,v 1.26 2005/08/20 19:01:16 skrll Exp $ */ + +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.26 2005/08/20 19:01:16 skrll Exp $"); +#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c index 8c6ab548fcb..de967f5307a 100644 --- a/libexec/ld.elf_so/arch/hppa/hppa_reloc.c +++ b/libexec/ld.elf_so/arch/hppa/hppa_reloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: hppa_reloc.c,v 1.22 2005/06/05 19:08:28 chs Exp $ */ +/* $NetBSD: hppa_reloc.c,v 1.23 2005/08/20 19:01:17 skrll Exp $ */ /*- * Copyright (c) 2002, 2004 The NetBSD Foundation, Inc. @@ -36,6 +36,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: hppa_reloc.c,v 1.23 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ + #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/i386/mdreloc.c b/libexec/ld.elf_so/arch/i386/mdreloc.c index 557eadc8e1a..ef644a5b60e 100644 --- a/libexec/ld.elf_so/arch/i386/mdreloc.c +++ b/libexec/ld.elf_so/arch/i386/mdreloc.c @@ -1,4 +1,9 @@ -/* $NetBSD: mdreloc.c,v 1.20 2005/06/01 14:15:13 lukem Exp $ */ +/* $NetBSD: mdreloc.c,v 1.21 2005/08/20 19:01:17 skrll Exp $ */ + +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.21 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/m68k/mdreloc.c b/libexec/ld.elf_so/arch/m68k/mdreloc.c index d1e2ab5dd4a..bdd788bc216 100644 --- a/libexec/ld.elf_so/arch/m68k/mdreloc.c +++ b/libexec/ld.elf_so/arch/m68k/mdreloc.c @@ -1,4 +1,9 @@ -/* $NetBSD: mdreloc.c,v 1.18 2005/07/26 15:43:34 skrll Exp $ */ +/* $NetBSD: mdreloc.c,v 1.19 2005/08/20 19:01:17 skrll Exp $ */ + +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.19 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/mips/mips_reloc.c b/libexec/ld.elf_so/arch/mips/mips_reloc.c index 50e3346cd1f..cdba8d6f223 100644 --- a/libexec/ld.elf_so/arch/mips/mips_reloc.c +++ b/libexec/ld.elf_so/arch/mips/mips_reloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: mips_reloc.c,v 1.47 2005/06/07 09:20:19 he Exp $ */ +/* $NetBSD: mips_reloc.c,v 1.48 2005/08/20 19:01:17 skrll Exp $ */ /* * Copyright 1997 Michael L. Hitch <mhitch@montana.edu> @@ -28,6 +28,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mips_reloc.c,v 1.48 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ + #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/powerpc/ppc_reloc.c b/libexec/ld.elf_so/arch/powerpc/ppc_reloc.c index bfa968b6f0e..458fa39bf5c 100644 --- a/libexec/ld.elf_so/arch/powerpc/ppc_reloc.c +++ b/libexec/ld.elf_so/arch/powerpc/ppc_reloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: ppc_reloc.c,v 1.36 2005/07/28 10:54:30 skrll Exp $ */ +/* $NetBSD: ppc_reloc.c,v 1.37 2005/08/20 19:01:17 skrll Exp $ */ /*- * Copyright (C) 1998 Tsubai Masanari @@ -28,6 +28,11 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: ppc_reloc.c,v 1.37 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ + #include <stdarg.h> #include <stdio.h> #include <stdlib.h> diff --git a/libexec/ld.elf_so/arch/sh3/mdreloc.c b/libexec/ld.elf_so/arch/sh3/mdreloc.c index 4dbc5270079..40f1daf718b 100644 --- a/libexec/ld.elf_so/arch/sh3/mdreloc.c +++ b/libexec/ld.elf_so/arch/sh3/mdreloc.c @@ -1,4 +1,9 @@ -/* $NetBSD: mdreloc.c,v 1.20 2005/05/31 19:30:38 skrll Exp $ */ +/* $NetBSD: mdreloc.c,v 1.21 2005/08/20 19:01:17 skrll Exp $ */ + +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.21 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/sh5/mdreloc.c b/libexec/ld.elf_so/arch/sh5/mdreloc.c index 2b813c8ff8f..1b2306e2468 100644 --- a/libexec/ld.elf_so/arch/sh5/mdreloc.c +++ b/libexec/ld.elf_so/arch/sh5/mdreloc.c @@ -1,4 +1,9 @@ -/* $NetBSD: mdreloc.c,v 1.4 2005/07/28 12:35:21 skrll Exp $ */ +/* $NetBSD: mdreloc.c,v 1.5 2005/08/20 19:01:17 skrll Exp $ */ + +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.5 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/sparc/mdreloc.c b/libexec/ld.elf_so/arch/sparc/mdreloc.c index 2597fba3008..062cf776449 100644 --- a/libexec/ld.elf_so/arch/sparc/mdreloc.c +++ b/libexec/ld.elf_so/arch/sparc/mdreloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: mdreloc.c,v 1.36 2005/08/15 10:52:42 skrll Exp $ */ +/* $NetBSD: mdreloc.c,v 1.37 2005/08/20 19:01:17 skrll Exp $ */ /*- * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc. @@ -36,6 +36,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.37 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ + #include <errno.h> #include <stdio.h> #include <stdlib.h> diff --git a/libexec/ld.elf_so/arch/sparc64/mdreloc.c b/libexec/ld.elf_so/arch/sparc64/mdreloc.c index b1436baba07..84168b2d64e 100644 --- a/libexec/ld.elf_so/arch/sparc64/mdreloc.c +++ b/libexec/ld.elf_so/arch/sparc64/mdreloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: mdreloc.c,v 1.36 2005/08/15 10:52:42 skrll Exp $ */ +/* $NetBSD: mdreloc.c,v 1.37 2005/08/20 19:01:17 skrll Exp $ */ /*- * Copyright (c) 2000 Eduardo Horvath. @@ -37,6 +37,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.37 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ + #include <errno.h> #include <stdio.h> #include <stdlib.h> diff --git a/libexec/ld.elf_so/arch/vax/mdreloc.c b/libexec/ld.elf_so/arch/vax/mdreloc.c index 8b8c61263b5..a146d38ba37 100644 --- a/libexec/ld.elf_so/arch/vax/mdreloc.c +++ b/libexec/ld.elf_so/arch/vax/mdreloc.c @@ -1,4 +1,9 @@ -/* $NetBSD: mdreloc.c,v 1.19 2005/08/15 10:52:42 skrll Exp $ */ +/* $NetBSD: mdreloc.c,v 1.20 2005/08/20 19:01:17 skrll Exp $ */ + +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.20 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> diff --git a/libexec/ld.elf_so/arch/x86_64/mdreloc.c b/libexec/ld.elf_so/arch/x86_64/mdreloc.c index 0d9d1ad6e84..53e3370c2c5 100644 --- a/libexec/ld.elf_so/arch/x86_64/mdreloc.c +++ b/libexec/ld.elf_so/arch/x86_64/mdreloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: mdreloc.c,v 1.25 2005/08/15 10:52:42 skrll Exp $ */ +/* $NetBSD: mdreloc.c,v 1.26 2005/08/20 19:01:17 skrll Exp $ */ /* * Copyright (c) 2001 Wasabi Systems, Inc. @@ -66,6 +66,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +#ifndef lint +__RCSID("$NetBSD: mdreloc.c,v 1.26 2005/08/20 19:01:17 skrll Exp $"); +#endif /* not lint */ + #include <sys/types.h> #include <sys/mman.h> #include <err.h> |
