aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum/vext.h
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-01-06 04:22:48 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-01-06 04:22:48 +0000
commit2d9a57cff5f6304daf03d7bda9f37f0254f86746 (patch)
tree54470bcb84b613accd21265050385bc382406c06 /sbin/vinum/vext.h
parentc2218a2c9fc31badaaa7d5e6387933779137e9b3 (diff)
downloadsrc-2d9a57cff5f6304daf03d7bda9f37f0254f86746.tar.gz
src-2d9a57cff5f6304daf03d7bda9f37f0254f86746.zip
Complete change from DEBUG to VINUMDEBUG. Now it still builds when
VINUMDEBUG is set as well.
Notes
Notes: svn path=/head/; revision=42328
Diffstat (limited to 'sbin/vinum/vext.h')
-rw-r--r--sbin/vinum/vext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index 5b1678f6c920..84a3e210579c 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);