Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ffs add a linefeed to the previous
details: https://anonhg.NetBSD.org/src/rev/5e60a2ef13a2
branches: trunk
changeset: 756991:5e60a2ef13a2
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Aug 09 17:12:18 2010 +0000
description:
add a linefeed to the previous
diffstat:
sys/ufs/ffs/ffs_vfsops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a21555047fd2 -r 5e60a2ef13a2 sys/ufs/ffs/ffs_vfsops.c
--- a/sys/ufs/ffs/ffs_vfsops.c Mon Aug 09 16:13:21 2010 +0000
+++ b/sys/ufs/ffs/ffs_vfsops.c Mon Aug 09 17:12:18 2010 +0000
@@ -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;
}
Home |
Main Index |
Thread Index |
Old Index