Skip to content

Commit

Permalink
linux: libspl: zone: () -> (void)
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12968
  • Loading branch information
nabijaczleweli authored and tonyhutter committed Nov 29, 2022
1 parent 8ec573f commit 76d9ff4
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 76d9ff4

Please sign in to comment.