aboutsummaryrefslogtreecommitdiff
path: root/tools/test/ppsapi
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/ppsapi')
-rw-r--r--tools/test/ppsapi/Makefile2
-rw-r--r--tools/test/ppsapi/README2
-rw-r--r--tools/test/ppsapi/ppsapitest.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile
index f0110edf1292..beb93a9a78b1 100644
--- a/tools/test/ppsapi/Makefile
+++ b/tools/test/ppsapi/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/test/ppsapi/Makefile,v 1.4.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
PROG= ppsapitest
NO_MAN=
diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README
index ad8dacf31b57..b645ec444751 100644
--- a/tools/test/ppsapi/README
+++ b/tools/test/ppsapi/README
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/test/ppsapi/README,v 1.2.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $
This is a small test program which I have had around since we wrote
the RFC 2783 API.
diff --git a/tools/test/ppsapi/ppsapitest.c b/tools/test/ppsapi/ppsapitest.c
index 78e73825e16c..2a4639113769 100644
--- a/tools/test/ppsapi/ppsapitest.c
+++ b/tools/test/ppsapi/ppsapitest.c
@@ -6,7 +6,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/tools/test/ppsapi/ppsapitest.c,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $");
#include <stdio.h>
#include <stdint.h>