aboutsummaryrefslogtreecommitdiff
path: root/sbin/vinum
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2001-05-23 23:27:08 +0000
committerGreg Lehey <grog@FreeBSD.org>2001-05-23 23:27:08 +0000
commit93efa030a83054180d210651e1d60d66505a379a (patch)
treee25210a06d0c81fa56f96115a84591d5dbcb7e56 /sbin/vinum
parent0bfac85774d96f5d425f2b869fccf8faba9d7422 (diff)
downloadsrc-93efa030a83054180d210651e1d60d66505a379a.tar.gz
src-93efa030a83054180d210651e1d60d66505a379a.zip
*sigh* We can't remove VINUMDEBUG entirely, since we include kernel
header files and sources which depend on it. For userland, define VINUMDEBUG here. Also remove a now superfluous #ifdef.
Notes
Notes: svn path=/head/; revision=77102
Diffstat (limited to 'sbin/vinum')
-rw-r--r--sbin/vinum/vext.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index 1d2fc151bacf..b9ca2052b7bf 100644
--- a/sbin/vinum/vext.h
+++ b/sbin/vinum/vext.h
@@ -35,7 +35,7 @@
*/
/*
- * $Id: vext.h,v 1.18 2000/05/31 07:03:45 grog Exp grog $
+ * $Id: vext.h,v 1.19 2001/05/23 23:00:12 grog Exp grog $
* $FreeBSD$
*/
@@ -43,6 +43,7 @@
#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,
@@ -142,9 +143,7 @@ void vinum_checkparity(int argc, char *argv[], char *argv0[]);
void vinum_rebuildparity(int argc, char *argv[], char *argv0[]);
void parityops(int argc, char *argv[], enum parityop op);
void start_daemon(void);
-#ifdef VINUMDEBUG
void vinum_debug(int argc, char *argv[], char *arg0[]);
-#endif
void make_devices(void);
void make_vol_dev(int, int);
void make_plex_dev(int, int);