Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst Add default for debug sets size
details: https://anonhg.NetBSD.org/src/rev/4766f786a1b0
branches: trunk
changeset: 994658:4766f786a1b0
user: martin <martin%NetBSD.org@localhost>
date: Sat Nov 17 19:22:48 2018 +0000
description:
Add default for debug sets size
diffstat:
usr.sbin/sysinst/defsizes.h | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 8b5efd5ed633 -r 4766f786a1b0 usr.sbin/sysinst/defsizes.h
--- a/usr.sbin/sysinst/defsizes.h Sat Nov 17 16:51:51 2018 +0000
+++ b/usr.sbin/sysinst/defsizes.h Sat Nov 17 19:22:48 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index