From a127c5b9a09c28e2859a8022ac7202f23247243c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 10 Nov 2023 18:54:05 -0300 Subject: landlock: make parameters void in ll_create_full_ruleset For consistency with the other functions that have no paramters. This amends commit 13b2c566d ("feature: add Landlock support", 2023-10-24) / PR #6078. --- src/firejail/landlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/landlock.c b/src/firejail/landlock.c index 52a562d6e..fcbe895f7 100644 --- a/src/firejail/landlock.c +++ b/src/firejail/landlock.c @@ -80,7 +80,7 @@ out: return ll_abi; } -static int ll_create_full_ruleset() { +static int ll_create_full_ruleset(void) { if (!ll_is_supported()) return -1; -- cgit v1.2.3-70-g09d2