summaryrefslogtreecommitdiffstats
path: root/sbin/vinum
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
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')
-rw-r--r--sbin/vinum/commands.c4
-rw-r--r--sbin/vinum/vext.h4
2 files changed, 4 insertions, 4 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[])
{
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index 5b1678f..84a3e21 100644
--- a/sbin/vinum/vext.h
+++ b/sbin/vinum/vext.h
@@ -30,7 +30,7 @@
* SUCH DAMAGE.
*/
-/* $Id: vext.h,v 1.9 1998/08/11 03:06:02 grog Exp grog $ */
+/* $Id: vext.h,v 1.1.1.1 1998/09/16 05:57:36 grog Exp $ */
#define MAXARGS 64 /* maximum number of args on a line */
#define PLEXINITSIZE MAXPHYS /* block size to write when initializing */
@@ -77,7 +77,7 @@ void vinum_ld(int argc, char *argv[], char *arg0[]);
void vinum_ls(int argc, char *argv[], char *arg0[]);
void vinum_lp(int argc, char *argv[], char *arg0[]);
void vinum_lv(int argc, char *argv[], char *arg0[]);
-#ifdef DEBUG
+#ifdef VINUMDEBUG
void vinum_debug(int argc, char *argv[], char *arg0[]);
#endif
void make_devices(void);
OpenPOWER on IntegriCloud