Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst/arch/sparc64 Enable dynamic sizing of ...



details:   https://anonhg.NetBSD.org/src/rev/92e960e2f890
branches:  trunk
changeset: 752534:92e960e2f890
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 28 22:42:44 2010 +0000

description:
Enable dynamic sizing of the default swap partition

diffstat:

 distrib/utils/sysinst/arch/sparc64/md.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 343c407e2b1f -r 92e960e2f890 distrib/utils/sysinst/arch/sparc64/md.h
--- a/distrib/utils/sysinst/arch/sparc64/md.h   Sun Feb 28 22:40:09 2010 +0000
+++ b/distrib/utils/sysinst/arch/sparc64/md.h   Sun Feb 28 22:42:44 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.15 2010/02/17 16:11:00 martin Exp $   */
+/*     $NetBSD: md.h,v 1.16 2010/02/28 22:42:44 martin Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -40,6 +40,7 @@
 /* md.h -- Machine specific definitions for the sparc */
 
 /* Constants and defines */
+#define        DEFSWAPSIZE     (-1)
 
 /*
  * Symbolic names for disk partitions.



Home | Main Index | Thread Index | Old Index