diff --git a/libexec/ld.elf_so/debug.c b/libexec/ld.elf_so/debug.c index b765f12460f6..e8af26ec51e5 100644 --- a/libexec/ld.elf_so/debug.c +++ b/libexec/ld.elf_so/debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: debug.c,v 1.5 2003/09/22 14:37:57 enami Exp $ */ +/* $NetBSD: debug.c,v 1.6 2004/10/22 05:39:56 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -36,6 +36,10 @@ */ #include +#ifndef lint +__RCSID("$NetBSD: debug.c,v 1.6 2004/10/22 05:39:56 skrll Exp $"); +#endif /* not lint */ + #include #include "debug.h" diff --git a/libexec/ld.elf_so/headers.c b/libexec/ld.elf_so/headers.c index 197692d0808f..94cb3283aac3 100644 --- a/libexec/ld.elf_so/headers.c +++ b/libexec/ld.elf_so/headers.c @@ -1,4 +1,4 @@ -/* $NetBSD: headers.c,v 1.18 2003/07/24 10:12:25 skrll Exp $ */ +/* $NetBSD: headers.c,v 1.19 2004/10/22 05:39:56 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -38,6 +38,11 @@ * John Polstra . */ +#include +#ifndef lint +__RCSID("$NetBSD: headers.c,v 1.19 2004/10/22 05:39:56 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/load.c b/libexec/ld.elf_so/load.c index 38ed05d9a3c9..4a7c0d18ba31 100644 --- a/libexec/ld.elf_so/load.c +++ b/libexec/ld.elf_so/load.c @@ -1,4 +1,4 @@ -/* $NetBSD: load.c,v 1.28 2004/07/05 11:50:07 cube Exp $ */ +/* $NetBSD: load.c,v 1.29 2004/10/22 05:39:56 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -38,6 +38,11 @@ * John Polstra . */ +#include +#ifndef lint +__RCSID("$NetBSD: load.c,v 1.29 2004/10/22 05:39:56 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/malloc.c b/libexec/ld.elf_so/malloc.c index f718f658bb09..4c8a6bbb2cb5 100644 --- a/libexec/ld.elf_so/malloc.c +++ b/libexec/ld.elf_so/malloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: malloc.c,v 1.8 2003/08/07 09:46:43 agc Exp $ */ +/* $NetBSD: malloc.c,v 1.9 2004/10/22 05:39:56 skrll Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. @@ -45,6 +45,10 @@ */ #include +#ifndef lint +__RCSID("$NetBSD: malloc.c,v 1.9 2004/10/22 05:39:56 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/map_object.c b/libexec/ld.elf_so/map_object.c index 8c79afb898b6..cd548be8bb69 100644 --- a/libexec/ld.elf_so/map_object.c +++ b/libexec/ld.elf_so/map_object.c @@ -1,4 +1,4 @@ -/* $NetBSD: map_object.c,v 1.30 2003/07/24 10:12:25 skrll Exp $ */ +/* $NetBSD: map_object.c,v 1.31 2004/10/22 05:39:56 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -32,6 +32,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +#ifndef lint +__RCSID("$NetBSD: map_object.c,v 1.31 2004/10/22 05:39:56 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/paths.c b/libexec/ld.elf_so/paths.c index 9e74f8f1e28b..38f3fe20d171 100644 --- a/libexec/ld.elf_so/paths.c +++ b/libexec/ld.elf_so/paths.c @@ -1,4 +1,4 @@ -/* $NetBSD: paths.c,v 1.31 2004/07/05 11:50:07 cube Exp $ */ +/* $NetBSD: paths.c,v 1.32 2004/10/22 05:39:56 skrll Exp $ */ /* * Copyright 1996 Matt Thomas @@ -28,6 +28,10 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include +#ifndef lint +__RCSID("$NetBSD: paths.c,v 1.32 2004/10/22 05:39:56 skrll Exp $"); +#endif /* not lint */ #include #include diff --git a/libexec/ld.elf_so/reloc.c b/libexec/ld.elf_so/reloc.c index aa412bd938ea..35be67abe98c 100644 --- a/libexec/ld.elf_so/reloc.c +++ b/libexec/ld.elf_so/reloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: reloc.c,v 1.84 2004/07/17 05:03:33 petrov Exp $ */ +/* $NetBSD: reloc.c,v 1.85 2004/10/22 05:39:56 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -37,6 +37,11 @@ * John Polstra . */ +#include +#ifndef lint +__RCSID("$NetBSD: reloc.c,v 1.85 2004/10/22 05:39:56 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/rtld.c b/libexec/ld.elf_so/rtld.c index fd91b6a7055c..9003603ce070 100644 --- a/libexec/ld.elf_so/rtld.c +++ b/libexec/ld.elf_so/rtld.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtld.c,v 1.106 2004/07/18 17:26:19 thorpej Exp $ */ +/* $NetBSD: rtld.c,v 1.107 2004/10/22 05:39:57 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -38,6 +38,11 @@ * John Polstra . */ +#include +#ifndef lint +__RCSID("$NetBSD: rtld.c,v 1.107 2004/10/22 05:39:57 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/search.c b/libexec/ld.elf_so/search.c index 94ab1a4a5e83..ec3ea74b4909 100644 --- a/libexec/ld.elf_so/search.c +++ b/libexec/ld.elf_so/search.c @@ -1,4 +1,4 @@ -/* $NetBSD: search.c,v 1.18 2003/08/12 09:18:50 skrll Exp $ */ +/* $NetBSD: search.c,v 1.19 2004/10/22 05:39:57 skrll Exp $ */ /* * Copyright 1996 Matt Thomas @@ -36,6 +36,11 @@ * John Polstra . */ +#include +#ifndef lint +__RCSID("$NetBSD: search.c,v 1.19 2004/10/22 05:39:57 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/symbol.c b/libexec/ld.elf_so/symbol.c index da6559e150e9..762caf6de590 100644 --- a/libexec/ld.elf_so/symbol.c +++ b/libexec/ld.elf_so/symbol.c @@ -1,4 +1,4 @@ -/* $NetBSD: symbol.c,v 1.36 2004/07/18 17:26:19 thorpej Exp $ */ +/* $NetBSD: symbol.c,v 1.37 2004/10/22 05:39:57 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -38,6 +38,11 @@ * John Polstra . */ +#include +#ifndef lint +__RCSID("$NetBSD: symbol.c,v 1.37 2004/10/22 05:39:57 skrll Exp $"); +#endif /* not lint */ + #include #include #include diff --git a/libexec/ld.elf_so/xmalloc.c b/libexec/ld.elf_so/xmalloc.c index 3b5ac30d5a91..5f375c65332e 100644 --- a/libexec/ld.elf_so/xmalloc.c +++ b/libexec/ld.elf_so/xmalloc.c @@ -1,4 +1,4 @@ -/* $NetBSD: xmalloc.c,v 1.4 2003/07/24 10:12:26 skrll Exp $ */ +/* $NetBSD: xmalloc.c,v 1.5 2004/10/22 05:39:57 skrll Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -32,6 +32,10 @@ */ #include +#ifndef lint +__RCSID("$NetBSD: xmalloc.c,v 1.5 2004/10/22 05:39:57 skrll Exp $"); +#endif /* not lint */ + #include "rtldenv.h" #include #include diff --git a/libexec/ld.elf_so/xprintf.c b/libexec/ld.elf_so/xprintf.c index 4e2b3b20771a..9932116f42c1 100644 --- a/libexec/ld.elf_so/xprintf.c +++ b/libexec/ld.elf_so/xprintf.c @@ -1,4 +1,4 @@ -/* $NetBSD: xprintf.c,v 1.16 2004/02/15 02:59:04 enami Exp $ */ +/* $NetBSD: xprintf.c,v 1.17 2004/10/22 05:39:57 skrll Exp $ */ /* * Copyright 1996 Matt Thomas @@ -28,6 +28,10 @@ */ #include +#ifndef lint +__RCSID("$NetBSD: xprintf.c,v 1.17 2004/10/22 05:39:57 skrll Exp $"); +#endif /* not lint */ + #include #include #include