mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,8 @@ ptov(uintptr_t x)
|
|||
return (PTOV(x));
|
||||
}
|
||||
|
||||
int main(void);
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue