summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/vext.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-02 07:02:09 +0000
committergrog <grog@FreeBSD.org>1999-03-02 07:02:09 +0000
commitdf24f2d8f7be1a309855bdf07f2beef5e013dcf0 (patch)
tree09d503da2a3bdc6146f7ceb686ba5e3e22a9643a /sbin/vinum/vext.h
parent581f2d2446d3fe30987191df0800b5c1daec5f7c (diff)
downloadFreeBSD-src-df24f2d8f7be1a309855bdf07f2beef5e013dcf0.zip
FreeBSD-src-df24f2d8f7be1a309855bdf07f2beef5e013dcf0.tar.gz
Take definitions of VINUMMOD and WRONGMOD from v.c.
Diffstat (limited to 'sbin/vinum/vext.h')
-rw-r--r--sbin/vinum/vext.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sbin/vinum/vext.h b/sbin/vinum/vext.h
index a446f84..f58df491 100644
--- a/sbin/vinum/vext.h
+++ b/sbin/vinum/vext.h
@@ -35,7 +35,7 @@
*
*/
-/* $Id: vext.h,v 1.10 1999/01/12 04:31:45 grog Exp grog $ */
+/* $Id: vext.h,v 1.3 1999/01/21 00:45:11 grog Exp $ */
#define MAXARGS 64 /* maximum number of args on a line */
#define PLEXINITSIZE 61440 /* this is what the system does somewhere */
@@ -46,6 +46,14 @@ enum {
GIGABYTE = 1073741824
};
+#if RAID5
+#define VINUMMOD "Vinum"
+#define WRONGMOD "vinum" /* don't want this one */
+#else
+#define VINUMMOD "vinum"
+#define WRONGMOD "Vinum" /* don't want this one */
+#endif
+
/* Prototype declarations */
void parseline(int c, char *args[]); /* parse a line with c parameters at args */
void checkentry(int index);
@@ -81,6 +89,7 @@ void vinum_rename(int argc, char *argv[], char *argv0[]);
void vinum_rename_2(char *, char *);
void vinum_replace(int argc, char *argv[], char *argv0[]);
void vinum_printconfig(int argc, char *argv[], char *argv0[]);
+void vinum_saveconfig(int argc, char *argv[], char *argv0[]);
void vinum_label(int argc, char *argv[], char *arg0[]);
void vinum_ld(int argc, char *argv[], char *arg0[]);
void vinum_ls(int argc, char *argv[], char *arg0[]);
OpenPOWER on IntegriCloud