mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 11:47:43 +03:00
Fix gcc invalid prototype warnings
Gcc -Wall warn: 'invalid prototype' Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
@@ -1516,7 +1516,7 @@ spa_busy(void)
|
||||
}
|
||||
|
||||
void
|
||||
spa_boot_init()
|
||||
spa_boot_init(void)
|
||||
{
|
||||
spa_config_load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user