Module Name: src
Committed By: pooka
Date: Mon Aug 9 17:12:18 UTC 2010
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c
Log Message:
add a linefeed to the previous
To generate a diff of this commit:
cvs rdiff -u -r1.261 -r1.262 src/sys/ufs/ffs/ffs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/ufs/ffs/ffs_vfsops.c
diff -u src/sys/ufs/ffs/ffs_vfsops.c:1.261 src/sys/ufs/ffs/ffs_vfsops.c:1.262
--- src/sys/ufs/ffs/ffs_vfsops.c:1.261 Mon Aug 9 15:50:13 2010
+++ src/sys/ufs/ffs/ffs_vfsops.c Mon Aug 9 17:12:18 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs_vfsops.c,v 1.261 2010/08/09 15:50:13 pooka Exp $ */
+/* $NetBSD: ffs_vfsops.c,v 1.262 2010/08/09 17:12:18 pooka Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.261 2010/08/09 15:50:13 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.262 2010/08/09 17:12:18 pooka Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ffs.h"
@@ -940,7 +940,7 @@
/* Check that we can handle the file system blocksize */
if (fsbsize > MAXBSIZE) {
- printf("ffs_mountfs: block size (%d) > MAXBSIZE (%d)",
+ printf("ffs_mountfs: block size (%d) > MAXBSIZE (%d)\n",
fsbsize, MAXBSIZE);
continue;
}