Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe Make this build w/ DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/266ae896b623
branches:  trunk
changeset: 536851:266ae896b623
user:      oster <oster%NetBSD.org@localhost>
date:      Mon Sep 23 03:28:41 2002 +0000

description:
Make this build w/ DEBUG.

diffstat:

 sys/dev/raidframe/rf_netbsdkintf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3c010eef91f4 -r 266ae896b623 sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c        Mon Sep 23 03:27:17 2002 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c        Mon Sep 23 03:28:41 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_netbsdkintf.c,v 1.137 2002/09/23 03:17:36 itojun Exp $      */
+/*     $NetBSD: rf_netbsdkintf.c,v 1.138 2002/09/23 03:28:41 oster Exp $       */
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -114,7 +114,7 @@
  ***********************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.137 2002/09/23 03:17:36 itojun Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.138 2002/09/23 03:28:41 oster Exp $");
 
 #include <sys/param.h>
 #include <sys/errno.h>
@@ -2819,7 +2819,7 @@
 }
 
 
-#if 0
+#if DEBUG
 void
 rf_print_component_label(clabel)
        RF_ComponentLabel_t *clabel;



Home | Main Index | Thread Index | Old Index