aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/acct
diff options
context:
space:
mode:
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 6834fcbe283b..5e33dab6134f 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.8.1 2009/04/15 03:14:26 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 122b623206f8..2bb8d0abffce 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.8.1 2009/04/15 03:14:26 kensmith Exp $");
#include <assert.h>
#include <float.h>
diff --git a/tools/regression/acct/regress.t b/tools/regression/acct/regress.t
index c078caa924ec..b7a47594cc37 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.8.1 2009/04/15 03:14:26 kensmith Exp $
#
DIR=`dirname $0`