diff options
Diffstat (limited to 'sbin/growfs')
| -rw-r--r-- | sbin/growfs/Makefile | 2 | ||||
| -rw-r--r-- | sbin/growfs/debug.c | 2 | ||||
| -rw-r--r-- | sbin/growfs/debug.h | 2 | ||||
| -rw-r--r-- | sbin/growfs/growfs.8 | 2 | ||||
| -rw-r--r-- | sbin/growfs/growfs.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index a5e9937e8f16..32f848ca7c9f 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.8 (Berkeley) 6/21/2000 # # $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/growfs/Makefile,v 1.13 2005/03/31 04:10:31 rwatson Exp $ # #GFSDBG= diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index 15effec81587..108a325e5212 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/growfs/debug.c,v 1.10 2006/10/31 22:02:24 pjd Exp $"; #endif /* not lint */ /* ********************************************************** INCLUDES ***** */ diff --git a/sbin/growfs/debug.h b/sbin/growfs/debug.h index 3cad9d97874c..4d80bd053a59 100644 --- a/sbin/growfs/debug.h +++ b/sbin/growfs/debug.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * $TSHeader: src/sbin/growfs/debug.h,v 1.2 2000/11/16 18:43:50 tom Exp $ - * $FreeBSD$ + * $FreeBSD: src/sbin/growfs/debug.h,v 1.3 2004/07/06 17:48:34 stefanf Exp $ * */ diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index 387e5114bdc0..34be0929ea90 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/growfs/growfs.8,v 1.24 2005/01/18 10:09:34 ru Exp $ .\" .Dd September 8, 2000 .Dt GROWFS 8 diff --git a/sbin/growfs/growfs.c b/sbin/growfs/growfs.c index dab9ba76a887..888b77bd45f6 100644 --- a/sbin/growfs/growfs.c +++ b/sbin/growfs/growfs.c @@ -47,7 +47,7 @@ All rights reserved.\n"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/growfs/growfs.c,v 1.25 2006/07/17 20:48:36 stefanf Exp $"); /* ********************************************************** INCLUDES ***** */ #include <sys/param.h> |
