Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/eisa use __USE



details:   https://anonhg.NetBSD.org/src/rev/0483d40baa04
branches:  trunk
changeset: 791086:0483d40baa04
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 04 16:53:35 2013 +0000

description:
use __USE

diffstat:

 sys/dev/eisa/uha_eisa.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 40e98f749727 -r 0483d40baa04 sys/dev/eisa/uha_eisa.c
--- a/sys/dev/eisa/uha_eisa.c   Mon Nov 04 16:53:09 2013 +0000
+++ b/sys/dev/eisa/uha_eisa.c   Mon Nov 04 16:53:35 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uha_eisa.c,v 1.34 2012/10/27 17:18:16 chs Exp $        */
+/*     $NetBSD: uha_eisa.c,v 1.35 2013/11/04 16:53:35 christos Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uha_eisa.c,v 1.34 2012/10/27 17:18:16 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uha_eisa.c,v 1.35 2013/11/04 16:53:35 christos Exp $");
 
 #include "opt_ddb.h"
 
@@ -299,6 +299,8 @@
 
 #ifdef UHADEBUG
                printf("status = 0x%x ", uhastat);
+#else
+               __USE(uhastat);
 #endif /*UHADEBUG*/
 
                /*



Home | Main Index | Thread Index | Old Index