From ff433237bd7ead5221a09700c1d18c7ece323188 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Mon, 15 Oct 2001 01:32:48 +0000 Subject: [PATCH] Reinstate VINUMDEBUG. Removing it also removes some diagnostic commands. I should reconsider whether I just leave them in without #ifdef VINUMDEBUG. --- sbin/vinum/Makefile | 2 +- sbin/vinum/vext.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index d54fed24a03e..ce9987ce2499 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -4,7 +4,7 @@ PROG= vinum SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c MAN= vinum.8 -CFLAGS+= -I${.CURDIR}/../../sys -Wall +CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM} LDADD= -lreadline -ltermcap -ldevstat -lkvm diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h index b9ca2052b7bf..bb9d17ba8c16 100644 --- a/sbin/vinum/vext.h +++ b/sbin/vinum/vext.h @@ -43,7 +43,6 @@ #define PLEXINITSIZE 65536 /* init in this size chunks */ #define MAXPLEXINITSIZE 65536 /* max chunk size to use for init */ #define MAXDATETEXT 128 /* date text in history (far too much) */ -#define VINUMDEBUG /* for including kernel headers */ enum { KILOBYTE = 1024,