Module Name:    src
Committed By:   ahoka
Date:           Thu Nov 24 21:38:44 UTC 2011

Modified Files:
        src/sys/ufs/chfs: chfs.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ufs/chfs/chfs.h

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

Modified files:

Index: src/sys/ufs/chfs/chfs.h
diff -u src/sys/ufs/chfs/chfs.h:1.2 src/sys/ufs/chfs/chfs.h:1.3
--- src/sys/ufs/chfs/chfs.h:1.2	Thu Nov 24 19:14:30 2011
+++ src/sys/ufs/chfs/chfs.h	Thu Nov 24 21:38:44 2011
@@ -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>

Reply via email to