From: Zbigniew Jędrzejewski-Szmek Date: Mon, 19 Feb 2024 11:11:19 +0000 (+0100) Subject: systemctl: drop pointless bitfield X-Git-Tag: v256-rc1~802^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=611a6d15cbcc98751326bcfffd82da09f996b55f;p=thirdparty%2Fsystemd.git systemctl: drop pointless bitfield --- diff --git a/src/systemctl/systemctl-show.c b/src/systemctl/systemctl-show.c index 5bb8ad9fa07..e81afee058f 100644 --- a/src/systemctl/systemctl-show.c +++ b/src/systemctl/systemctl-show.c @@ -204,7 +204,7 @@ typedef struct UnitStatusInfo { pid_t control_pid; const char *status_text; const char *pid_file; - bool running:1; + bool running; int status_errno; uint32_t fd_store_max;