summaryrefslogtreecommitdiff
path: root/tools/regression/acct
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /tools/regression/acct
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff)
Diffstat (limited to 'tools/regression/acct')
-rw-r--r--tools/regression/acct/Makefile2
-rw-r--r--tools/regression/acct/pack.c2
-rw-r--r--tools/regression/acct/regress.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/regression/acct/Makefile b/tools/regression/acct/Makefile
index 6834fcbe283bf..19fa8e10fd104 100644
--- a/tools/regression/acct/Makefile
+++ b/tools/regression/acct/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/acct/Makefile,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $
#
# "make" will compile what is needed and run the regression tests.
#
diff --git a/tools/regression/acct/pack.c b/tools/regression/acct/pack.c
index 122b623206f81..2d8328d6f5ea7 100644
--- a/tools/regression/acct/pack.c
+++ b/tools/regression/acct/pack.c
@@ -23,7 +23,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/tools/regression/acct/pack.c,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <assert.h>
#include <float.h>
diff --git a/tools/regression/acct/regress.t b/tools/regression/acct/regress.t
index c078caa924ec7..d2db313d0c51e 100644
--- a/tools/regression/acct/regress.t
+++ b/tools/regression/acct/regress.t
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/acct/regress.t,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $
#
DIR=`dirname $0`