Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/chfs disable dbg messages (they break the build on a...



details:   https://anonhg.NetBSD.org/src/rev/160d63656a7b
branches:  trunk
changeset: 771552:160d63656a7b
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Thu Nov 24 21:38:44 2011 +0000

description:
disable dbg messages (they break the build on amd64)

diffstat:

 sys/ufs/chfs/chfs.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 81ba0c01a09f -r 160d63656a7b sys/ufs/chfs/chfs.h
--- a/sys/ufs/chfs/chfs.h       Thu Nov 24 21:22:39 2011 +0000
+++ b/sys/ufs/chfs/chfs.h       Thu Nov 24 21:38:44 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chfs.h,v 1.2 2011/11/24 19:14:30 ahoka Exp $   */
+/*     $NetBSD: chfs.h,v 1.3 2011/11/24 21:38:44 ahoka Exp $   */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -38,8 +38,10 @@
 #ifndef __CHFS_H__
 #define __CHFS_H__
 
+#if 0
 #define DBG_MSG
 #define DBG_MSG_GC
+#endif
 
 #include <sys/param.h>
 #include <sys/kernel.h>



Home | Main Index | Thread Index | Old Index