Initialize mdsize to make gcc happy again. This fixes buildworld on powerpc.

Reviewed by:	ian@
This commit is contained in:
Andreas Tobler 2017-09-30 17:51:10 +00:00
parent 748f120f7c
commit f3b5058c8e

View File

@ -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