Module Name:    src
Committed By:   martin
Date:           Sat Nov 17 19:22:48 UTC 2018

Modified Files:
        src/usr.sbin/sysinst: defsizes.h

Log Message:
Add default for debug sets size


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/sysinst/defsizes.h

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

Modified files:

Index: src/usr.sbin/sysinst/defsizes.h
diff -u src/usr.sbin/sysinst/defsizes.h:1.2 src/usr.sbin/sysinst/defsizes.h:1.3
--- src/usr.sbin/sysinst/defsizes.h:1.2	Fri Nov 16 19:54:03 2018
+++ src/usr.sbin/sysinst/defsizes.h	Sat Nov 17 19:22:48 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: defsizes.h,v 1.2 2018/11/16 19:54:03 martin Exp $	*/
+/*	$NetBSD: defsizes.h,v 1.3 2018/11/17 19:22:48 martin Exp $	*/
 
 /*
  * Copyright 2018 The NetBSD Foundation, Inc.
@@ -51,4 +51,6 @@
 #ifndef DEFSWAPSIZE
 #define DEFSWAPSIZE	128
 #endif
-
+#ifndef	DEBNEEDMB
+#define	DEBNEEDMB	800
+#endif

Reply via email to