diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /sbin/fsck | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (diff) |
Diffstat (limited to 'sbin/fsck')
-rw-r--r-- | sbin/fsck/Makefile | 2 | ||||
-rw-r--r-- | sbin/fsck/fsck.8 | 2 | ||||
-rw-r--r-- | sbin/fsck/fsck.c | 2 | ||||
-rw-r--r-- | sbin/fsck/fsutil.c | 2 | ||||
-rw-r--r-- | sbin/fsck/fsutil.h | 2 | ||||
-rw-r--r-- | sbin/fsck/preen.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sbin/fsck/Makefile b/sbin/fsck/Makefile index bc445fda26f7..5eb80ba3d75f 100644 --- a/sbin/fsck/Makefile +++ b/sbin/fsck/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $ -# $FreeBSD$ +# $FreeBSD: src/sbin/fsck/Makefile,v 1.11.36.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fsck SRCS= fsck.c fsutil.c preen.c diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index a4f6d4b0cca1..2df8c1a86411 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/fsck/fsck.8,v 1.37.10.3.6.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 25, 2009 .Dt FSCK 8 diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index 13eb9f06e067..5a2642fbe6d3 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck/fsck.c,v 1.18.10.3.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/sbin/fsck/fsutil.c b/sbin/fsck/fsutil.c index a4578bd63eb6..661751bfedb3 100644 --- a/sbin/fsck/fsutil.c +++ b/sbin/fsck/fsutil.c @@ -33,7 +33,7 @@ #ifndef lint __RCSID("$NetBSD: fsutil.c,v 1.7 1998/07/30 17:41:03 thorpej Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/fsck/fsutil.c,v 1.8.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/sbin/fsck/fsutil.h b/sbin/fsck/fsutil.h index 657668ede4ce..b12f843cc797 100644 --- a/sbin/fsck/fsutil.h +++ b/sbin/fsck/fsutil.h @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck/fsutil.h,v 1.8.18.3.6.1 2010/12/21 17:10:29 kensmith Exp $ */ void perror(const char *); diff --git a/sbin/fsck/preen.c b/sbin/fsck/preen.c index 6204685833f4..ea00af05c87f 100644 --- a/sbin/fsck/preen.c +++ b/sbin/fsck/preen.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/fsck/preen.c,v 1.28.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> |