mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 19:21:04 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367710
@ -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