From b5a5f70705a3762f33a0071430f6133a5f5e2c44 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 24 Jan 2026 22:54:05 +0000 Subject: Prepare for 0.0.1.1; fix build bug when no s6li --- src/s6-frontend/system_hpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/s6-frontend/system_hpr.c b/src/s6-frontend/system_hpr.c index 6730cf7..cbe52af 100644 --- a/src/s6-frontend/system_hpr.c +++ b/src/s6-frontend/system_hpr.c @@ -36,7 +36,7 @@ void system_reboot (char const *const *argv) #include -static void system_hpr (char const *arg) gccattr_noreturn ; +static void system_hpr (char const *const *arg) gccattr_noreturn ; static void system_hpr (char const *const *arg) { strerr_dief3x(100, "s6 system ", arg, " needs s6-frontend to be built with s6-linux-init support") ; -- cgit v1.3.1