mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-15 20:50:30 +03:00
linux: libspl: zone: () -> (void)
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12968
This commit is contained in:
parent
2662b8e72b
commit
ad0379bf0e
@ -26,7 +26,7 @@
|
||||
#include <zone.h>
|
||||
|
||||
zoneid_t
|
||||
getzoneid()
|
||||
getzoneid(void)
|
||||
{
|
||||
return (GLOBAL_ZONEID);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user