diff options
Diffstat (limited to 'tools/test/ppsapi')
| -rw-r--r-- | tools/test/ppsapi/Makefile | 2 | ||||
| -rw-r--r-- | tools/test/ppsapi/README | 2 | ||||
| -rw-r--r-- | tools/test/ppsapi/ppsapitest.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile index 99d29f5147f2..4fc1d05b92d4 100644 --- a/tools/test/ppsapi/Makefile +++ b/tools/test/ppsapi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/test/ppsapi/Makefile,v 1.1.2.1 2005/02/13 07:23:37 obrien Exp $ PROG= ppsapitest NOMAN= diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README index 1460a5f5a6a9..80ce12625473 100644 --- a/tools/test/ppsapi/README +++ b/tools/test/ppsapi/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/test/ppsapi/README,v 1.1 2003/12/08 20:49:40 phk 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..8d255879b77d 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 2004/03/10 20:30:19 phk Exp $"); #include <stdio.h> #include <stdint.h> |
