Module Name:    src
Committed By:   thorpej
Date:           Tue Dec 29 17:05:59 UTC 2009

Modified Files:
        src/external/bsd/libelf/dist: elf_begin.c elf_data.c elf_hash.c
            elf_scn.c elf_update.c gelf_cap.c gelf_dyn.c gelf_ehdr.c
            gelf_move.c gelf_phdr.c gelf_rel.c gelf_rela.c gelf_shdr.c
            gelf_sym.c gelf_syminfo.c gelf_symshndx.c libelf.c libelf_align.c
            libelf_allocate.c libelf_ar.c libelf_convert.m4 libelf_data.c
            libelf_ehdr.c libelf_msize.m4 libelf_phdr.c libelf_xlate.c

Log Message:
Merge FreeBSD-8-0-RELEASE.  All this does is remove the __RCSID() tags
due to the modified prepare-import.sh.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libelf/dist/elf_begin.c \
    src/external/bsd/libelf/dist/gelf_cap.c \
    src/external/bsd/libelf/dist/gelf_move.c \
    src/external/bsd/libelf/dist/gelf_syminfo.c \
    src/external/bsd/libelf/dist/libelf_align.c \
    src/external/bsd/libelf/dist/libelf_allocate.c \
    src/external/bsd/libelf/dist/libelf_ar.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libelf/dist/elf_data.c \
    src/external/bsd/libelf/dist/elf_hash.c \
    src/external/bsd/libelf/dist/elf_update.c \
    src/external/bsd/libelf/dist/gelf_dyn.c \
    src/external/bsd/libelf/dist/gelf_ehdr.c \
    src/external/bsd/libelf/dist/gelf_phdr.c \
    src/external/bsd/libelf/dist/gelf_rel.c \
    src/external/bsd/libelf/dist/gelf_rela.c \
    src/external/bsd/libelf/dist/gelf_shdr.c \
    src/external/bsd/libelf/dist/gelf_sym.c \
    src/external/bsd/libelf/dist/gelf_symshndx.c \
    src/external/bsd/libelf/dist/libelf_data.c \
    src/external/bsd/libelf/dist/libelf_phdr.c \
    src/external/bsd/libelf/dist/libelf_xlate.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/libelf/dist/elf_scn.c \
    src/external/bsd/libelf/dist/libelf_ehdr.c \
    src/external/bsd/libelf/dist/libelf_msize.m4
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/libelf/dist/libelf.c
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/libelf/dist/libelf_convert.m4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/libelf/dist/elf_begin.c
diff -u src/external/bsd/libelf/dist/elf_begin.c:1.3 src/external/bsd/libelf/dist/elf_begin.c:1.4
--- src/external/bsd/libelf/dist/elf_begin.c:1.3	Sun Dec 20 23:23:46 2009
+++ src/external/bsd/libelf/dist/elf_begin.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf_begin.c,v 1.3 2009/12/20 23:23:46 thorpej Exp $	*/
+/*	$NetBSD: elf_begin.c,v 1.4 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/elf_begin.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: elf_begin.c,v 1.3 2009/12/20 23:23:46 thorpej Exp $");
 
 #include <sys/types.h>
 #include <sys/mman.h>
Index: src/external/bsd/libelf/dist/gelf_cap.c
diff -u src/external/bsd/libelf/dist/gelf_cap.c:1.3 src/external/bsd/libelf/dist/gelf_cap.c:1.4
--- src/external/bsd/libelf/dist/gelf_cap.c:1.3	Sat Dec 19 07:31:04 2009
+++ src/external/bsd/libelf/dist/gelf_cap.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_cap.c,v 1.3 2009/12/19 07:31:04 thorpej Exp $	*/
+/*	$NetBSD: gelf_cap.c,v 1.4 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_cap.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_cap.c,v 1.3 2009/12/19 07:31:04 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_move.c
diff -u src/external/bsd/libelf/dist/gelf_move.c:1.3 src/external/bsd/libelf/dist/gelf_move.c:1.4
--- src/external/bsd/libelf/dist/gelf_move.c:1.3	Sat Dec 19 07:31:04 2009
+++ src/external/bsd/libelf/dist/gelf_move.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_move.c,v 1.3 2009/12/19 07:31:04 thorpej Exp $	*/
+/*	$NetBSD: gelf_move.c,v 1.4 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_move.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_move.c,v 1.3 2009/12/19 07:31:04 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_syminfo.c
diff -u src/external/bsd/libelf/dist/gelf_syminfo.c:1.3 src/external/bsd/libelf/dist/gelf_syminfo.c:1.4
--- src/external/bsd/libelf/dist/gelf_syminfo.c:1.3	Sat Dec 19 07:31:04 2009
+++ src/external/bsd/libelf/dist/gelf_syminfo.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_syminfo.c,v 1.3 2009/12/19 07:31:04 thorpej Exp $	*/
+/*	$NetBSD: gelf_syminfo.c,v 1.4 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_syminfo.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_syminfo.c,v 1.3 2009/12/19 07:31:04 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/libelf_align.c
diff -u src/external/bsd/libelf/dist/libelf_align.c:1.3 src/external/bsd/libelf/dist/libelf_align.c:1.4
--- src/external/bsd/libelf/dist/libelf_align.c:1.3	Sat Dec 19 07:54:32 2009
+++ src/external/bsd/libelf/dist/libelf_align.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_align.c,v 1.3 2009/12/19 07:54:32 thorpej Exp $	*/
+/*	$NetBSD: libelf_align.c,v 1.4 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_align.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_align.c,v 1.3 2009/12/19 07:54:32 thorpej Exp $");
 
 #include <sys/types.h>
 
Index: src/external/bsd/libelf/dist/libelf_allocate.c
diff -u src/external/bsd/libelf/dist/libelf_allocate.c:1.3 src/external/bsd/libelf/dist/libelf_allocate.c:1.4
--- src/external/bsd/libelf/dist/libelf_allocate.c:1.3	Sat Dec 19 06:22:25 2009
+++ src/external/bsd/libelf/dist/libelf_allocate.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_allocate.c,v 1.3 2009/12/19 06:22:25 thorpej Exp $	*/
+/*	$NetBSD: libelf_allocate.c,v 1.4 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -32,7 +32,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_allocate.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_allocate.c,v 1.3 2009/12/19 06:22:25 thorpej Exp $");
 
 #include <assert.h>
 #include <errno.h>
Index: src/external/bsd/libelf/dist/libelf_ar.c
diff -u src/external/bsd/libelf/dist/libelf_ar.c:1.3 src/external/bsd/libelf/dist/libelf_ar.c:1.4
--- src/external/bsd/libelf/dist/libelf_ar.c:1.3	Sat Dec 19 07:59:24 2009
+++ src/external/bsd/libelf/dist/libelf_ar.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_ar.c,v 1.3 2009/12/19 07:59:24 thorpej Exp $	*/
+/*	$NetBSD: libelf_ar.c,v 1.4 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_ar.c,v 1.3.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_ar.c,v 1.3 2009/12/19 07:59:24 thorpej Exp $");
 
 #include <ar.h>
 #include <assert.h>

Index: src/external/bsd/libelf/dist/elf_data.c
diff -u src/external/bsd/libelf/dist/elf_data.c:1.2 src/external/bsd/libelf/dist/elf_data.c:1.3
--- src/external/bsd/libelf/dist/elf_data.c:1.2	Sun Dec 20 23:23:46 2009
+++ src/external/bsd/libelf/dist/elf_data.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf_data.c,v 1.2 2009/12/20 23:23:46 thorpej Exp $	*/
+/*	$NetBSD: elf_data.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/elf_data.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: elf_data.c,v 1.2 2009/12/20 23:23:46 thorpej Exp $");
 
 #include <assert.h>
 #include <errno.h>
Index: src/external/bsd/libelf/dist/elf_hash.c
diff -u src/external/bsd/libelf/dist/elf_hash.c:1.2 src/external/bsd/libelf/dist/elf_hash.c:1.3
--- src/external/bsd/libelf/dist/elf_hash.c:1.2	Sat Dec 19 07:58:24 2009
+++ src/external/bsd/libelf/dist/elf_hash.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf_hash.c,v 1.2 2009/12/19 07:58:24 thorpej Exp $	*/
+/*	$NetBSD: elf_hash.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/elf_hash.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: elf_hash.c,v 1.2 2009/12/19 07:58:24 thorpej Exp $");
 
 #include <libelf.h>
 
Index: src/external/bsd/libelf/dist/elf_update.c
diff -u src/external/bsd/libelf/dist/elf_update.c:1.2 src/external/bsd/libelf/dist/elf_update.c:1.3
--- src/external/bsd/libelf/dist/elf_update.c:1.2	Sat Dec 19 05:55:37 2009
+++ src/external/bsd/libelf/dist/elf_update.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf_update.c,v 1.2 2009/12/19 05:55:37 thorpej Exp $	*/
+/*	$NetBSD: elf_update.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006-2008 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/elf_update.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: elf_update.c,v 1.2 2009/12/19 05:55:37 thorpej Exp $");
 
 #include <sys/mman.h>
 #include <sys/param.h>
Index: src/external/bsd/libelf/dist/gelf_dyn.c
diff -u src/external/bsd/libelf/dist/gelf_dyn.c:1.2 src/external/bsd/libelf/dist/gelf_dyn.c:1.3
--- src/external/bsd/libelf/dist/gelf_dyn.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_dyn.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_dyn.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_dyn.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_dyn.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_dyn.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_ehdr.c
diff -u src/external/bsd/libelf/dist/gelf_ehdr.c:1.2 src/external/bsd/libelf/dist/gelf_ehdr.c:1.3
--- src/external/bsd/libelf/dist/gelf_ehdr.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_ehdr.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_ehdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_ehdr.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_ehdr.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_ehdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_phdr.c
diff -u src/external/bsd/libelf/dist/gelf_phdr.c:1.2 src/external/bsd/libelf/dist/gelf_phdr.c:1.3
--- src/external/bsd/libelf/dist/gelf_phdr.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_phdr.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_phdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_phdr.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_phdr.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_phdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <gelf.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_rel.c
diff -u src/external/bsd/libelf/dist/gelf_rel.c:1.2 src/external/bsd/libelf/dist/gelf_rel.c:1.3
--- src/external/bsd/libelf/dist/gelf_rel.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_rel.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_rel.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_rel.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_rel.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_rel.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_rela.c
diff -u src/external/bsd/libelf/dist/gelf_rela.c:1.2 src/external/bsd/libelf/dist/gelf_rela.c:1.3
--- src/external/bsd/libelf/dist/gelf_rela.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_rela.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_rela.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_rela.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_rela.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_rela.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_shdr.c
diff -u src/external/bsd/libelf/dist/gelf_shdr.c:1.2 src/external/bsd/libelf/dist/gelf_shdr.c:1.3
--- src/external/bsd/libelf/dist/gelf_shdr.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_shdr.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_shdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_shdr.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_shdr.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_shdr.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_sym.c
diff -u src/external/bsd/libelf/dist/gelf_sym.c:1.2 src/external/bsd/libelf/dist/gelf_sym.c:1.3
--- src/external/bsd/libelf/dist/gelf_sym.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_sym.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_sym.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_sym.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_sym.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_sym.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/gelf_symshndx.c
diff -u src/external/bsd/libelf/dist/gelf_symshndx.c:1.2 src/external/bsd/libelf/dist/gelf_symshndx.c:1.3
--- src/external/bsd/libelf/dist/gelf_symshndx.c:1.2	Sat Dec 19 06:39:29 2009
+++ src/external/bsd/libelf/dist/gelf_symshndx.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gelf_symshndx.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $	*/
+/*	$NetBSD: gelf_symshndx.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/gelf_symshndx.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: gelf_symshndx.c,v 1.2 2009/12/19 06:39:29 thorpej Exp $");
 
 #include <assert.h>
 #include <limits.h>
Index: src/external/bsd/libelf/dist/libelf_data.c
diff -u src/external/bsd/libelf/dist/libelf_data.c:1.2 src/external/bsd/libelf/dist/libelf_data.c:1.3
--- src/external/bsd/libelf/dist/libelf_data.c:1.2	Sat Dec 19 07:31:04 2009
+++ src/external/bsd/libelf/dist/libelf_data.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_data.c,v 1.2 2009/12/19 07:31:04 thorpej Exp $	*/
+/*	$NetBSD: libelf_data.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_data.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_data.c,v 1.2 2009/12/19 07:31:04 thorpej Exp $");
 
 #include <libelf.h>
 
Index: src/external/bsd/libelf/dist/libelf_phdr.c
diff -u src/external/bsd/libelf/dist/libelf_phdr.c:1.2 src/external/bsd/libelf/dist/libelf_phdr.c:1.3
--- src/external/bsd/libelf/dist/libelf_phdr.c:1.2	Sun Dec 20 23:23:46 2009
+++ src/external/bsd/libelf/dist/libelf_phdr.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_phdr.c,v 1.2 2009/12/20 23:23:46 thorpej Exp $	*/
+/*	$NetBSD: libelf_phdr.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -30,7 +30,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_phdr.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_phdr.c,v 1.2 2009/12/20 23:23:46 thorpej Exp $");
 
 #include <assert.h>
 #include <gelf.h>
Index: src/external/bsd/libelf/dist/libelf_xlate.c
diff -u src/external/bsd/libelf/dist/libelf_xlate.c:1.2 src/external/bsd/libelf/dist/libelf_xlate.c:1.3
--- src/external/bsd/libelf/dist/libelf_xlate.c:1.2	Sun Dec 20 23:23:46 2009
+++ src/external/bsd/libelf/dist/libelf_xlate.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_xlate.c,v 1.2 2009/12/20 23:23:46 thorpej Exp $	*/
+/*	$NetBSD: libelf_xlate.c,v 1.3 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_xlate.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_xlate.c,v 1.2 2009/12/20 23:23:46 thorpej Exp $");
 
 #include <assert.h>
 #include <libelf.h>

Index: src/external/bsd/libelf/dist/elf_scn.c
diff -u src/external/bsd/libelf/dist/elf_scn.c:1.4 src/external/bsd/libelf/dist/elf_scn.c:1.5
--- src/external/bsd/libelf/dist/elf_scn.c:1.4	Sun Dec 20 23:23:46 2009
+++ src/external/bsd/libelf/dist/elf_scn.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: elf_scn.c,v 1.4 2009/12/20 23:23:46 thorpej Exp $	*/
+/*	$NetBSD: elf_scn.c,v 1.5 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/elf_scn.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: elf_scn.c,v 1.4 2009/12/20 23:23:46 thorpej Exp $");
 
 #include <assert.h>
 #include <errno.h>
Index: src/external/bsd/libelf/dist/libelf_ehdr.c
diff -u src/external/bsd/libelf/dist/libelf_ehdr.c:1.4 src/external/bsd/libelf/dist/libelf_ehdr.c:1.5
--- src/external/bsd/libelf/dist/libelf_ehdr.c:1.4	Sun Dec 20 23:23:46 2009
+++ src/external/bsd/libelf/dist/libelf_ehdr.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_ehdr.c,v 1.4 2009/12/20 23:23:46 thorpej Exp $	*/
+/*	$NetBSD: libelf_ehdr.c,v 1.5 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -30,7 +30,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_ehdr.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_ehdr.c,v 1.4 2009/12/20 23:23:46 thorpej Exp $");
 
 #include <assert.h>
 #include <gelf.h>
Index: src/external/bsd/libelf/dist/libelf_msize.m4
diff -u src/external/bsd/libelf/dist/libelf_msize.m4:1.4 src/external/bsd/libelf/dist/libelf_msize.m4:1.5
--- src/external/bsd/libelf/dist/libelf_msize.m4:1.4	Sat Dec 19 07:33:06 2009
+++ src/external/bsd/libelf/dist/libelf_msize.m4	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_msize.m4,v 1.4 2009/12/19 07:33:06 thorpej Exp $	*/
+/*	$NetBSD: libelf_msize.m4,v 1.5 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_msize.m4,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_msize.m4,v 1.4 2009/12/19 07:33:06 thorpej Exp $");
 
 #include <sys/types.h>
 

Index: src/external/bsd/libelf/dist/libelf.c
diff -u src/external/bsd/libelf/dist/libelf.c:1.5 src/external/bsd/libelf/dist/libelf.c:1.6
--- src/external/bsd/libelf/dist/libelf.c:1.5	Sun Dec 20 23:23:46 2009
+++ src/external/bsd/libelf/dist/libelf.c	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf.c,v 1.5 2009/12/20 23:23:46 thorpej Exp $	*/
+/*	$NetBSD: libelf.c,v 1.6 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf.c,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf.c,v 1.5 2009/12/20 23:23:46 thorpej Exp $");
 
 #include <sys/param.h>
 

Index: src/external/bsd/libelf/dist/libelf_convert.m4
diff -u src/external/bsd/libelf/dist/libelf_convert.m4:1.7 src/external/bsd/libelf/dist/libelf_convert.m4:1.8
--- src/external/bsd/libelf/dist/libelf_convert.m4:1.7	Sat Dec 19 08:47:46 2009
+++ src/external/bsd/libelf/dist/libelf_convert.m4	Tue Dec 29 17:05:58 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: libelf_convert.m4,v 1.7 2009/12/19 08:47:46 thorpej Exp $	*/
+/*	$NetBSD: libelf_convert.m4,v 1.8 2009/12/29 17:05:58 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2006,2007 Joseph Koshy
@@ -28,7 +28,6 @@
 
 #include <sys/cdefs.h>
 /* __FBSDID("$FreeBSD: src/lib/libelf/libelf_convert.m4,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); */
-__RCSID("$NetBSD: libelf_convert.m4,v 1.7 2009/12/19 08:47:46 thorpej Exp $");
 
 #include <sys/types.h>
 

Reply via email to