From d4b552a9103b5fea68451b15552b7adbf079506e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 10 Oct 2000 08:57:30 +0000 Subject: [PATCH] We want the FreeBSD ID as the RCS ID, not the NetBSD one. --- sbin/fsck/fsck.c | 7 +++---- 1 file 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 #ifndef lint -__RCSID("$NetBSD: fsck.c,v 1.21 1999/04/22 04:20:53 abs Exp $"); +__RCSID("$FreeBSD$"); #endif /* not lint */ #include