Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs PR/49559: Christian Brueffer: Fix typo maxbp...
details: https://anonhg.NetBSD.org/src/rev/3bb5adc242f1
branches: trunk
changeset: 335542:3bb5adc242f1
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 12 19:50:25 2015 +0000
description:
PR/49559: Christian Brueffer: Fix typo maxbpf instead of maxbpg.
diffstat:
usr.sbin/makefs/ffs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a6cfc316b272 -r 3bb5adc242f1 usr.sbin/makefs/ffs.c
--- a/usr.sbin/makefs/ffs.c Mon Jan 12 19:40:48 2015 +0000
+++ b/usr.sbin/makefs/ffs.c Mon Jan 12 19:50:25 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ffs.c,v 1.63 2013/06/23 02:06:06 dholland Exp $ */
+/* $NetBSD: ffs.c,v 1.64 2015/01/12 19:50:25 christos Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -71,7 +71,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: ffs.c,v 1.63 2013/06/23 02:06:06 dholland Exp $");
+__RCSID("$NetBSD: ffs.c,v 1.64 2015/01/12 19:50:25 christos Exp $");
#endif /* !__lint */
#include <sys/param.h>
@@ -164,7 +164,7 @@
1, INT_MAX, "bytes per inode" },
{ 'm', "minfree", &ffs_opts->minfree, OPT_INT32,
0, 99, "minfree" },
- { 'M', "maxbpf", &ffs_opts->maxbpg, OPT_INT32,
+ { 'M', "maxbpg", &ffs_opts->maxbpg, OPT_INT32,
1, INT_MAX, "max blocks per file in a cg" },
{ 'a', "avgfilesize", &ffs_opts->avgfilesize, OPT_INT32,
1, INT_MAX, "expected average file size" },
Home |
Main Index |
Thread Index |
Old Index