Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/init crank size of mfs from 512 sectors to 768 sectors ...
details: https://anonhg.NetBSD.org/src/rev/d6d3f7aa16c1
branches: trunk
changeset: 521682:d6d3f7aa16c1
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Feb 03 12:55:26 2002 +0000
description:
crank size of mfs from 512 sectors to 768 sectors (large i386 MAKEDEV)
diffstat:
sbin/init/init.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 49e37c94e81e -r d6d3f7aa16c1 sbin/init/init.c
--- a/sbin/init/init.c Sun Feb 03 11:23:45 2002 +0000
+++ b/sbin/init/init.c Sun Feb 03 12:55:26 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: init.c,v 1.47 2002/01/26 19:50:25 christos Exp $ */
+/* $NetBSD: init.c,v 1.48 2002/02/03 12:55:26 lukem Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -46,7 +46,7 @@
#if 0
static char sccsid[] = "@(#)init.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: init.c,v 1.47 2002/01/26 19:50:25 christos Exp $");
+__RCSID("$NetBSD: init.c,v 1.48 2002/02/03 12:55:26 lukem Exp $");
#endif
#endif /* not lint */
@@ -1330,7 +1330,7 @@
switch ((pid = fork())) {
case 0:
(void)execl("/sbin/mount_mfs", "mount_mfs", "-i", "192",
- "-s", "512", "-b", "4096", "-f", "512", "swap", "/dev",
+ "-s", "768", "-b", "4096", "-f", "512", "swap", "/dev",
NULL);
_exit(1);
/*NOTREACHED*/
Home |
Main Index |
Thread Index |
Old Index