Don't define DEBUG if it's already defined.

This commit is contained in:
bjh21 2002-10-04 22:46:29 +00:00
parent dfd9bc2a73
commit 7e6e75483b

View File

@ -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 * Copyright (c) 2001 Richard Earnshaw
@ -78,14 +78,16 @@
#define UNPROTECTED_CSR #define UNPROTECTED_CSR
#endif #endif
#ifndef DEBUG
#define DEBUG #define DEBUG
#endif
/* #define SBIC_DEBUG(a) a */ /* #define SBIC_DEBUG(a) a */
#include "opt_ddb.h" #include "opt_ddb.h"
#include <sys/param.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/systm.h>
#include <sys/callout.h> #include <sys/callout.h>