From: Yu Watanabe Date: Tue, 8 Jul 2025 09:58:14 +0000 (+0900) Subject: shutdown: voidify disable_binfmt() X-Git-Tag: v258-rc1~109^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7425f76c4e5ff029a26f1180c438e36cea36f5fd;p=thirdparty%2Fsystemd.git shutdown: voidify disable_binfmt() --- diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c index dccfff9ffe0..bb767161bde 100644 --- a/src/shutdown/shutdown.c +++ b/src/shutdown/shutdown.c @@ -447,7 +447,7 @@ int main(int argc, char *argv[]) { (void) sync_with_progress(-EBADF); disable_coredumps(); - disable_binfmt(); + (void) disable_binfmt(); log_info("Sending SIGTERM to remaining processes..."); broadcast_signal(SIGTERM, true, true, arg_timeout);