Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf options MALLOC_DEBUG is no longer expecte...



details:   https://anonhg.NetBSD.org/src/rev/e586010f3896
branches:  trunk
changeset: 773249:e586010f3896
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Jan 29 18:55:12 2012 +0000

description:
options MALLOC_DEBUG is no longer expected to compile,
but has not yet been removed.  Avoid compiling it here.

diffstat:

 sys/arch/i386/conf/ALL |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b0458e01cbf5 -r e586010f3896 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sun Jan 29 18:33:07 2012 +0000
+++ b/sys/arch/i386/conf/ALL    Sun Jan 29 18:55:12 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.330 2012/01/14 12:30:12 tron Exp $
+# $NetBSD: ALL,v 1.331 2012/01/29 18:55:12 jakllsch Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.330 $"
+#ident                 "ALL-$Revision: 1.331 $"
 
 maxusers       64              # estimated number of users
 
@@ -2136,7 +2136,6 @@
 options LOCKF_DEBUG
 options LPT_DEBUG
 options MAGMA_DEBUG
-options MALLOC_DEBUG
 options MAPLE_DEBUG
 options MB8795_DEBUG
 options MCDDEBUG



Home | Main Index | Thread Index | Old Index