Skip to content

Commit

Permalink
linux: libspl: zone: () -> (void)
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #12968
  • Loading branch information
nabijaczleweli authored and behlendorf committed Feb 2, 2022
1 parent a401a2c commit 1ef6869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libspl/os/linux/zone.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <zone.h>

zoneid_t
getzoneid()
getzoneid(void)
{
return (GLOBAL_ZONEID);
}

0 comments on commit 1ef6869

Please sign in to comment.