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:
parent
cd5b6d16ca
commit
fc7cf7241f
@ -161,6 +161,8 @@ ptov(uintptr_t x)
|
||||
return (PTOV(x));
|
||||
}
|
||||
|
||||
int main(void);
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user