Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/podulebus Don't define DEBUG if it's alread...
details: https://anonhg.NetBSD.org/src/rev/660277c8bbf7
branches: trunk
changeset: 537711:660277c8bbf7
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Fri Oct 04 22:46:29 2002 +0000
description:
Don't define DEBUG if it's already defined.
diffstat:
sys/arch/acorn32/podulebus/sbic.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 8ec5fd263556 -r 660277c8bbf7 sys/arch/acorn32/podulebus/sbic.c
--- a/sys/arch/acorn32/podulebus/sbic.c Fri Oct 04 22:35:08 2002 +0000
+++ b/sys/arch/acorn32/podulebus/sbic.c Fri Oct 04 22:46:29 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sbic.c,v 1.4 2002/09/27 15:35:31 provos Exp $ */
+/* $NetBSD: sbic.c,v 1.5 2002/10/04 22:46:29 bjh21 Exp $ */
/*
* Copyright (c) 2001 Richard Earnshaw
@@ -78,14 +78,16 @@
#define UNPROTECTED_CSR
#endif
+#ifndef DEBUG
#define DEBUG
+#endif
/* #define SBIC_DEBUG(a) a */
#include "opt_ddb.h"
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.4 2002/09/27 15:35:31 provos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sbic.c,v 1.5 2002/10/04 22:46:29 bjh21 Exp $");
#include <sys/systm.h>
#include <sys/callout.h>
Home |
Main Index |
Thread Index |
Old Index