Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
nabijaczleweli authored and nicman23 committed Aug 22, 2022
1 parent 93b6d07 commit e866ef9
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
@@ -26,7 +26,7 @@
#include <zone.h>

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

0 comments on commit e866ef9

Please sign in to comment.