diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /sbin/mca | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) | |
Diffstat (limited to 'sbin/mca')
| -rw-r--r-- | sbin/mca/Makefile | 2 | ||||
| -rw-r--r-- | sbin/mca/mca.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile index 25199d375d89..2ca48b6194c4 100644 --- a/sbin/mca/Makefile +++ b/sbin/mca/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/mca/Makefile,v 1.4 2004/12/21 08:47:08 ru Exp $ PROG= mca WARNS?= 4 NO_MAN= diff --git a/sbin/mca/mca.c b/sbin/mca/mca.c index 0c4e1a0c5a80..1d761ae634fe 100644 --- a/sbin/mca/mca.c +++ b/sbin/mca/mca.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/mca/mca.c,v 1.3 2002/11/01 06:34:35 marcel Exp $"); #include <sys/types.h> #include <sys/mman.h> |
