zfsboot: add prototype for main()

Some compilers are complaining about missing prototype.

PR:		251150
Reported by:	markiyan.kushnir@gmail.com
This commit is contained in:
Toomas Soome 2020-11-15 14:04:27 +00:00
parent cd5b6d16ca
commit fc7cf7241f

View File

@ -161,6 +161,8 @@ ptov(uintptr_t x)
return (PTOV(x));
}
int main(void);
int
main(void)
{