Initialize mdsize to make gcc happy again. This fixes buildworld on powerpc.
Reviewed by: ian@
This commit is contained in:
parent
748f120f7c
commit
f3b5058c8e
@ -117,6 +117,7 @@ main(int argc, char **argv)
|
||||
mdtype = MD_SWAP;
|
||||
mdname = MD_NAME;
|
||||
mdnamelen = strlen(mdname);
|
||||
mdsize = 0;
|
||||
/*
|
||||
* Can't set these to NULL. They may be passed to the
|
||||
* respective programs without modification. I.e., we may not
|
||||
|
Loading…
x
Reference in New Issue
Block a user