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:
наб 2022-01-12 17:37:40 +01:00 committed by Tony Hutter
parent 2662b8e72b
commit ad0379bf0e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include <zone.h>
zoneid_t
getzoneid()
getzoneid(void)
{
return (GLOBAL_ZONEID);
}