diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
| commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
| tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /bin/chio | |
| parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs
'RELENG_7_0_0_RELEASE'.
This commit was manufactured to restore the state of the 7.0-RELEASE image.
Diffstat (limited to 'bin/chio')
| -rw-r--r-- | bin/chio/Makefile | 2 | ||||
| -rw-r--r-- | bin/chio/chio.1 | 2 | ||||
| -rw-r--r-- | bin/chio/chio.c | 2 | ||||
| -rw-r--r-- | bin/chio/defs.h | 2 | ||||
| -rw-r--r-- | bin/chio/pathnames.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 5157f6568a6c..ac01d2fb90c0 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/chio/Makefile,v 1.12 2005/01/27 13:25:09 delphij Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= chio diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 920c31e81648..eb8e2ede1582 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/chio/chio.1,v 1.27 2005/01/16 16:41:55 ru Exp $ .\" .Dd May 14, 1998 .Dt CHIO 1 diff --git a/bin/chio/chio.c b/bin/chio/chio.c index cdfcf829a0b1..082a7b34e96f 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -43,7 +43,7 @@ static const char copyright[] = #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/chio/chio.c,v 1.27 2005/01/10 08:39:20 imp Exp $"); #include <sys/param.h> #include <sys/chio.h> diff --git a/bin/chio/defs.h b/bin/chio/defs.h index 8f10c9d9243a..b0fa940750b8 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/chio/defs.h,v 1.5 2005/01/10 08:39:20 imp Exp $ */ /*- * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h index 5b9b1e429dc2..47263c83ffad 100644 --- a/bin/chio/pathnames.h +++ b/bin/chio/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/chio/pathnames.h,v 1.3 2005/01/10 08:39:20 imp Exp $ */ /*- * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> |
