summaryrefslogtreecommitdiffstats
path: root/sbin/fsck_ifs
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2000-10-09 09:42:51 +0000
committeradrian <adrian@FreeBSD.org>2000-10-09 09:42:51 +0000
commitc1572ba8f49fc6866d325d52adfb19d7b474953a (patch)
tree955803eaec28f887bd35ef8b88020aa77d22b20f /sbin/fsck_ifs
parent3231981619fced584225d26464095abaa710d986 (diff)
downloadFreeBSD-src-c1572ba8f49fc6866d325d52adfb19d7b474953a.zip
FreeBSD-src-c1572ba8f49fc6866d325d52adfb19d7b474953a.tar.gz
.. forgot a ; at the end of the $FreeBSD$ string. How did I actually forget
this? :-) It builds again.
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r--sbin/fsck_ifs/fsutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ifs/fsutil.c b/sbin/fsck_ifs/fsutil.c
index 69b1b8d..2cdb252 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 <sys/param.h>
OpenPOWER on IntegriCloud