summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumlock.c
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-05-01 01:31:48 +0000
committergrog <grog@FreeBSD.org>2003-05-01 01:31:48 +0000
commit6d8afb2f55a4abc7cadd02acf000603e11c50ee2 (patch)
tree7fbcbc717a47a137d51cd89f80c0cfef5271ad04 /sys/dev/vinum/vinumlock.c
parent7eee8807171683a8518e4a4014dcda60e866ceb1 (diff)
downloadFreeBSD-src-6d8afb2f55a4abc7cadd02acf000603e11c50ee2.zip
FreeBSD-src-6d8afb2f55a4abc7cadd02acf000603e11c50ee2.tar.gz
#ifdef VINUMDEBUG, not #if VINUMDEBUG.
Diffstat (limited to 'sys/dev/vinum/vinumlock.c')
-rw-r--r--sys/dev/vinum/vinumlock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumlock.c b/sys/dev/vinum/vinumlock.c
index f7d3f78..8221147 100644
--- a/sys/dev/vinum/vinumlock.c
+++ b/sys/dev/vinum/vinumlock.c
@@ -37,7 +37,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumlock.c,v 1.13 2000/05/02 23:25:02 grog Exp grog $
+ * $Id: vinumlock.c,v 1.17 2003/02/02 05:07:51 grog Exp $
* $FreeBSD$
*/
@@ -45,7 +45,7 @@
#include <dev/vinum/request.h>
/* Lock a drive, wait if it's in use */
-#if VINUMDEBUG
+#ifdef VINUMDEBUG
int
lockdrive(struct drive *drive, char *file, int line)
#else
OpenPOWER on IntegriCloud