summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/mdconfig.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-01-01 23:08:26 +0000
committerphk <phk@FreeBSD.org>2001-01-01 23:08:26 +0000
commitcdf3df051bdd690363bbd469c621113c53396d8a (patch)
tree8664bc87f76fdabcb4453d6f3569a719c1a926c3 /sbin/mdconfig/mdconfig.c
parent20531f46519da11794ae59760200817181476bdf (diff)
downloadFreeBSD-src-cdf3df051bdd690363bbd469c621113c53396d8a.zip
FreeBSD-src-cdf3df051bdd690363bbd469c621113c53396d8a.tar.gz
Add padding space and a version number to the md_ioctl structre for future
extension. Add ability to create a preload disk giving an address and a length (suggested by imp) Fix bug relating to very small md(4) devices. Update md.c copyright to reflect the status of code copied from vn.c. (noticed by dillon)
Diffstat (limited to 'sbin/mdconfig/mdconfig.c')
-rw-r--r--sbin/mdconfig/mdconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c
index dca1b40..9f43877 100644
--- a/sbin/mdconfig/mdconfig.c
+++ b/sbin/mdconfig/mdconfig.c
@@ -44,7 +44,7 @@ main(int argc, char **argv)
int cmdline = 0;
for (;;) {
- ch = getopt(argc, argv, "adf:o:s:t:u:");
+ ch = getopt(argc, argv, "ab:df:o:s:t:u:");
if (ch == -1)
break;
switch (ch) {
OpenPOWER on IntegriCloud