Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/hp300 Remove leftover debug stuff.
details: https://anonhg.NetBSD.org/src/rev/29f689b1797b
branches: trunk
changeset: 761845:29f689b1797b
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Wed Feb 09 09:29:57 2011 +0000
description:
Remove leftover debug stuff.
diffstat:
sys/arch/hp300/hp300/autoconf.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9fbaf089b474 -r 29f689b1797b sys/arch/hp300/hp300/autoconf.c
--- a/sys/arch/hp300/hp300/autoconf.c Wed Feb 09 08:11:37 2011 +0000
+++ b/sys/arch/hp300/hp300/autoconf.c Wed Feb 09 09:29:57 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.94 2011/02/08 20:20:13 rmind Exp $ */
+/* $NetBSD: autoconf.c,v 1.95 2011/02/09 09:29:57 tsutsui Exp $ */
/*-
* Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.94 2011/02/08 20:20:13 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.95 2011/02/09 09:29:57 tsutsui Exp $");
#include "dvbox.h"
#include "gbox.h"
@@ -764,7 +764,7 @@
#endif
#if NCOM_DIO > 0
if (!dio_scan(com_dio_cnattach))
- ;//return;
+ return;
#endif
#if NDCM > 0
if (!dio_scan(dcmcnattach))
Home |
Main Index |
Thread Index |
Old Index