Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Revert a few lines of accidental commit.



details:   https://anonhg.NetBSD.org/src/rev/95f7788f2a3b
branches:  trunk
changeset: 779389:95f7788f2a3b
user:      elric <elric%NetBSD.org@localhost>
date:      Fri May 25 14:25:39 2012 +0000

description:
Revert a few lines of accidental commit.

diffstat:

 sys/dev/dksubr.c |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 69db56502656 -r 95f7788f2a3b sys/dev/dksubr.c
--- a/sys/dev/dksubr.c  Fri May 25 13:47:30 2012 +0000
+++ b/sys/dev/dksubr.c  Fri May 25 14:25:39 2012 +0000
@@ -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 @@
 
 #include <dev/dkvar.h>
 
-int    dkdebug = 0xff;
-
-#define DEBUG 1
+int    dkdebug = 0;
 
 #ifdef DEBUG
 #define DKDB_FOLLOW    0x1



Home | Main Index | Thread Index | Old Index