From a8d00279cbf7091821293a2669784d31bb245f4b Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 9 Oct 2000 09:42:51 +0000 Subject: [PATCH] .. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget this? :-) It builds again. --- sbin/fsck_ffs/fsutil.c | 2 +- sbin/fsck_ifs/fsutil.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c index 69b1b8d9e16e..2cdb25253b4b 100644 --- a/sbin/fsck_ffs/fsutil.c +++ b/sbin/fsck_ffs/fsutil.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif static const char rcsid[] = - "$FreeBSD$" + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/sbin/fsck_ifs/fsutil.c b/sbin/fsck_ifs/fsutil.c index 69b1b8d9e16e..2cdb25253b4b 100644 --- a/sbin/fsck_ifs/fsutil.c +++ b/sbin/fsck_ifs/fsutil.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utilities.c 8.6 (Berkeley) 5/19/95"; #endif static const char rcsid[] = - "$FreeBSD$" + "$FreeBSD$"; #endif /* not lint */ #include