From 130101dd9d53176d74e19448c5b5920885e6b06d Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Thu, 1 May 2003 01:31:48 +0000 Subject: [PATCH] #ifdef VINUMDEBUG, not #if VINUMDEBUG. --- sys/dev/vinum/vinumlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/vinum/vinumlock.c b/sys/dev/vinum/vinumlock.c index f7d3f78c921e..822114760852 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 /* Lock a drive, wait if it's in use */ -#if VINUMDEBUG +#ifdef VINUMDEBUG int lockdrive(struct drive *drive, char *file, int line) #else