Module Name:    src
Committed By:   elric
Date:           Fri May 25 14:25:39 UTC 2012

Modified Files:
        src/sys/dev: dksubr.c

Log Message:
Revert a few lines of accidental commit.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/dksubr.c

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/dksubr.c
diff -u src/sys/dev/dksubr.c:1.43 src/sys/dev/dksubr.c:1.44
--- src/sys/dev/dksubr.c:1.43	Fri May 25 10:53:46 2012
+++ src/sys/dev/dksubr.c	Fri May 25 14:25:39 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: dksubr.c,v 1.43 2012/05/25 10:53:46 elric Exp $ */
+/* $NetBSD: dksubr.c,v 1.44 2012/05/25 14:25:39 elric Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 1999, 2002, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dksubr.c,v 1.43 2012/05/25 10:53:46 elric Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dksubr.c,v 1.44 2012/05/25 14:25:39 elric Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -48,9 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: dksubr.c,v 1
 
 #include <dev/dkvar.h>
 
-int	dkdebug = 0xff;
-
-#define DEBUG 1
+int	dkdebug = 0;
 
 #ifdef DEBUG
 #define DKDB_FOLLOW	0x1

Reply via email to