summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/commands.c
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-01-06 04:22:48 +0000
committergrog <grog@FreeBSD.org>1999-01-06 04:22:48 +0000
commitc327b6cd30cb70c0b31e724008c702325d129f10 (patch)
tree78bbb6c9fdb63ddcedda88583d79c7c035a083e4 /sbin/vinum/commands.c
parent36761a1db4895cd1c4dfa45fe872626b415686db (diff)
downloadFreeBSD-src-c327b6cd30cb70c0b31e724008c702325d129f10.zip
FreeBSD-src-c327b6cd30cb70c0b31e724008c702325d129f10.tar.gz
Complete change from DEBUG to VINUMDEBUG. Now it still builds when
VINUMDEBUG is set as well.
Diffstat (limited to 'sbin/vinum/commands.c')
-rw-r--r--sbin/vinum/commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c
index a41ea97..1d9360a 100644
--- a/sbin/vinum/commands.c
+++ b/sbin/vinum/commands.c
@@ -36,7 +36,7 @@
*
*/
-/* $Id: commands.c,v 1.2 1998/11/02 04:12:28 grog Exp $ */
+/* $Id: commands.c,v 1.3 1998/12/28 16:32:39 peter Exp $ */
#include <ctype.h>
#include <errno.h>
@@ -212,7 +212,7 @@ vinum_drive(int argc, char *argv[], char *arg0[])
fprintf(stdout, "** %d %s: %s\n", file_line, reply->msg, strerror(reply->error));
}
-#ifdef DEBUG
+#ifdef VINUMDEBUG
void
vinum_debug(int argc, char *argv[], char *arg0[])
{
OpenPOWER on IntegriCloud