summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2008-08-05 22:32:12 +0000
committerjoerg <joerg>2008-08-05 22:32:12 +0000
commite21bb0302cd16136a2ccca2e5ca11da4d06ad0d7 (patch)
tree1c626c557ab7d4a459ed26aea1313aef5e9e8bef
parent8fdfcc55ec2ab5896e05e0de1d2523e12a190f50 (diff)
downloadpkgsrc-e21bb0302cd16136a2ccca2e5ca11da4d06ad0d7.tar.gz
Add some repo ID comments at the top of the files.
-rw-r--r--pkgtools/pkg_install/files/lib/decompress.c4
-rw-r--r--pkgtools/pkg_install/files/lib/fexec.c4
-rw-r--r--pkgtools/pkg_install/files/lib/iterate.c2
-rw-r--r--pkgtools/pkg_install/files/lib/vulnerabilities-file.c4
4 files changed, 11 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/files/lib/decompress.c b/pkgtools/pkg_install/files/lib/decompress.c
index da7facbf627..c2e25733670 100644
--- a/pkgtools/pkg_install/files/lib/decompress.c
+++ b/pkgtools/pkg_install/files/lib/decompress.c
@@ -1,3 +1,5 @@
+/* $NetBSD: decompress.c,v 1.1.4.2 2008/08/05 22:32:12 joerg Exp $ */
+
/*-
* Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>.
* All rights reserved.
@@ -37,7 +39,7 @@
#include <sys/cdefs.h>
#endif
-__RCSID("$NetBSD: decompress.c,v 1.1.4.1 2008/08/02 20:33:50 joerg Exp $");
+__RCSID("$NetBSD: decompress.c,v 1.1.4.2 2008/08/05 22:32:12 joerg Exp $");
#ifdef BOOTSTRAP
#include "lib.h"
diff --git a/pkgtools/pkg_install/files/lib/fexec.c b/pkgtools/pkg_install/files/lib/fexec.c
index b3b6a9da11f..99280f7a96d 100644
--- a/pkgtools/pkg_install/files/lib/fexec.c
+++ b/pkgtools/pkg_install/files/lib/fexec.c
@@ -1,3 +1,5 @@
+/* $NetBSD: fexec.c,v 1.9.8.3 2008/08/05 22:32:12 joerg Exp $ */
+
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -58,7 +60,7 @@
#include "lib.h"
#ifndef lint
-__RCSID("$NetBSD: fexec.c,v 1.9.8.2 2008/08/02 20:33:50 joerg Exp $");
+__RCSID("$NetBSD: fexec.c,v 1.9.8.3 2008/08/05 22:32:12 joerg Exp $");
#endif
static int vfcexec(const char *, int, const char *, va_list);
diff --git a/pkgtools/pkg_install/files/lib/iterate.c b/pkgtools/pkg_install/files/lib/iterate.c
index b7aa342e314..acd7a7168ab 100644
--- a/pkgtools/pkg_install/files/lib/iterate.c
+++ b/pkgtools/pkg_install/files/lib/iterate.c
@@ -1,3 +1,5 @@
+/* $NetBSD: iterate.c,v 1.5.4.2 2008/08/05 22:32:12 joerg Exp $ */
+
/*-
* Copyright (c) 2007 Joerg Sonnenberger <joerg@NetBSD.org>.
* All rights reserved.
diff --git a/pkgtools/pkg_install/files/lib/vulnerabilities-file.c b/pkgtools/pkg_install/files/lib/vulnerabilities-file.c
index 0c783064f5b..4ec5f3279b9 100644
--- a/pkgtools/pkg_install/files/lib/vulnerabilities-file.c
+++ b/pkgtools/pkg_install/files/lib/vulnerabilities-file.c
@@ -1,3 +1,5 @@
+/* $NetBSD: vulnerabilities-file.c,v 1.3.4.7 2008/08/05 22:32:12 joerg Exp $ */
+
/*-
* Copyright (c) 2008 Joerg Sonnenberger <joerg@NetBSD.org>.
* All rights reserved.
@@ -36,7 +38,7 @@
#if HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif
-__RCSID("$NetBSD: vulnerabilities-file.c,v 1.3.4.6 2008/08/02 20:33:50 joerg Exp $");
+__RCSID("$NetBSD: vulnerabilities-file.c,v 1.3.4.7 2008/08/05 22:32:12 joerg Exp $");
#if HAVE_SYS_STAT_H
#include <sys/stat.h>