Module Name:    src
Committed By:   martin
Date:           Sun Feb 28 22:42:44 UTC 2010

Modified Files:
        src/distrib/utils/sysinst/arch/sparc64: md.h

Log Message:
Enable dynamic sizing of the default swap partition


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/utils/sysinst/arch/sparc64/md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/sparc64/md.h
diff -u src/distrib/utils/sysinst/arch/sparc64/md.h:1.15 src/distrib/utils/sysinst/arch/sparc64/md.h:1.16
--- src/distrib/utils/sysinst/arch/sparc64/md.h:1.15	Wed Feb 17 16:11:00 2010
+++ src/distrib/utils/sysinst/arch/sparc64/md.h	Sun Feb 28 22:42:44 2010
@@ -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.

Reply via email to