aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-10-10 08:57:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-10-10 08:57:30 +0000
commitd4b552a9103b5fea68451b15552b7adbf079506e (patch)
tree90874e27534b0ee6857ffe0afdd252c829ba25c1 /sbin/fsck
parentdc2e4f165af88fab5f27abf00069360a59bb6aa8 (diff)
downloadsrc-d4b552a9103b5fea68451b15552b7adbf079506e.tar.gz
src-d4b552a9103b5fea68451b15552b7adbf079506e.zip
We want the FreeBSD ID as the RCS ID, not the NetBSD one.
Notes
Notes: svn path=/head/; revision=66918
Diffstat (limited to 'sbin/fsck')
-rw-r--r--sbin/fsck/fsck.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c
index 4bc24ac94fd5..84fcdf1e44c4 100644
--- a/sbin/fsck/fsck.c
+++ b/sbin/fsck/fsck.c
@@ -34,14 +34,13 @@
* SUCH DAMAGE.
*
* From: @(#)mount.c 8.19 (Berkeley) 4/19/94
- * From: NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp
- * $FreeBSD$
- *
+ * From: $NetBSD: mount.c,v 1.24 1995/11/18 03:34:29 cgd Exp
+ * $NetBSD: fsck.c,v 1.21 1999/04/22 04:20:53 abs Exp $
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fsck.c,v 1.21 1999/04/22 04:20:53 abs Exp $");
+__RCSID("$FreeBSD$");
#endif /* not lint */
#include <sys/param.h>