aboutsummaryrefslogtreecommitdiff
path: root/sbin/rcorder
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/rcorder')
-rw-r--r--sbin/rcorder/Makefile2
-rw-r--r--sbin/rcorder/ealloc.c2
-rw-r--r--sbin/rcorder/ealloc.h2
-rw-r--r--sbin/rcorder/hash.c2
-rw-r--r--sbin/rcorder/hash.h2
-rw-r--r--sbin/rcorder/rcorder.82
-rw-r--r--sbin/rcorder/rcorder.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile
index 2ca64cc90b5f..f0f169e5c48d 100644
--- a/sbin/rcorder/Makefile
+++ b/sbin/rcorder/Makefile
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
-# $FreeBSD$
+# $FreeBSD: src/sbin/rcorder/Makefile,v 1.6.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
PROG= rcorder
SRCS= ealloc.c hash.c rcorder.c
diff --git a/sbin/rcorder/ealloc.c b/sbin/rcorder/ealloc.c
index a7cf6bc4a713..d777aae097e4 100644
--- a/sbin/rcorder/ealloc.c
+++ b/sbin/rcorder/ealloc.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sbin/rcorder/ealloc.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* $NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/*
diff --git a/sbin/rcorder/ealloc.h b/sbin/rcorder/ealloc.h
index 093ebc3dadc8..0da091b0759b 100644
--- a/sbin/rcorder/ealloc.h
+++ b/sbin/rcorder/ealloc.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sbin/rcorder/ealloc.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* $NetBSD: ealloc.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
void *emalloc(size_t len);
diff --git a/sbin/rcorder/hash.c b/sbin/rcorder/hash.c
index bc882b92d6bd..c6a6ac807689 100644
--- a/sbin/rcorder/hash.c
+++ b/sbin/rcorder/hash.c
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sbin/rcorder/hash.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* $NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/*
diff --git a/sbin/rcorder/hash.h b/sbin/rcorder/hash.h
index fd2f9783377b..646fe7693d81 100644
--- a/sbin/rcorder/hash.h
+++ b/sbin/rcorder/hash.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/sbin/rcorder/hash.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */
/* $NetBSD: hash.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */
/*
diff --git a/sbin/rcorder/rcorder.8 b/sbin/rcorder/rcorder.8
index 82330c36a343..8a10cdf89db7 100644
--- a/sbin/rcorder/rcorder.8
+++ b/sbin/rcorder/rcorder.8
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/sbin/rcorder/rcorder.8,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.\"
.Dd June 9, 2008
.Dt RCORDER 8
diff --git a/sbin/rcorder/rcorder.c b/sbin/rcorder/rcorder.c
index bf8e9fbd5c0c..db1522018c97 100644
--- a/sbin/rcorder/rcorder.c
+++ b/sbin/rcorder/rcorder.c
@@ -36,7 +36,7 @@
*/
#include <sys/types.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sbin/rcorder/rcorder.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/stat.h>