Add __RCSID.

This commit is contained in:
skrll 2005-08-20 19:01:16 +00:00
parent 3dbf8d11de
commit 680596d08e
13 changed files with 78 additions and 13 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>