diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /tools/test/ppsapi | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
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 f0110edf1292..92b02fa02041 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 2004/12/21 08:47:26 ru Exp $ PROG= ppsapitest NO_MAN= diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README index ad8dacf31b57..95787a375cad 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 2004/11/19 17:30:48 obrien 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> |
