summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/vext.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2001-05-23 23:27:08 +0000
committergrog <grog@FreeBSD.org>2001-05-23 23:27:08 +0000
commit9d2a740d4d7685033b7cf975ffa1e71d70d2217d (patch)
tree4550aba83fa10b1ddb46a6ac2d41cd2080717161 /sbin/vinum/vext.h
parent0e32717daf67a31b331994f23c4ce8af2577a1df (diff)
downloadFreeBSD-src-9d2a740d4d7685033b7cf975ffa1e71d70d2217d.zip
FreeBSD-src-9d2a740d4d7685033b7cf975ffa1e71d70d2217d.tar.gz
*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.
Diffstat (limited to 'sbin/vinum/vext.h')
-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 1d2fc15..b9ca205 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);
OpenPOWER on IntegriCloud