Module Name:    src
Committed By:   pgoyette
Date:           Fri Mar 11 17:12:43 UTC 2011

Modified Files:
        src/sys/dev/i2c: dbcool_var.h

Log Message:
Set DBCOOL_DEBUG if global DEBUG is set


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/i2c/dbcool_var.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/dev/i2c/dbcool_var.h
diff -u src/sys/dev/i2c/dbcool_var.h:1.12 src/sys/dev/i2c/dbcool_var.h:1.13
--- src/sys/dev/i2c/dbcool_var.h:1.12	Sat Apr 10 19:02:39 2010
+++ src/sys/dev/i2c/dbcool_var.h	Fri Mar 11 17:12:43 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: dbcool_var.h,v 1.12 2010/04/10 19:02:39 pgoyette Exp $ */
+/*	$NetBSD: dbcool_var.h,v 1.13 2011/03/11 17:12:43 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -36,12 +36,12 @@
 #ifndef DBCOOLVAR_H
 #define DBCOOLVAR_H
 
-/*
+#ifdef DEBUG
 #define DBCOOL_DEBUG
-*/
+#endif
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dbcool_var.h,v 1.12 2010/04/10 19:02:39 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dbcool_var.h,v 1.13 2011/03/11 17:12:43 pgoyette Exp $");
 
 #include <dev/i2c/i2cvar.h>
 

Reply via email to