From: Yu Watanabe Date: Thu, 16 Feb 2023 21:52:03 +0000 (+0900) Subject: Merge pull request #26271 from d-hatayama/fix_sulogin_shell X-Git-Tag: v254-rc1~1260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b038a44d440a67d82cebec5eb40e6369e4c9f613;p=thirdparty%2Fsystemd.git Merge pull request #26271 from d-hatayama/fix_sulogin_shell sulogin: fix control lost of the current terminal when default.target… --- b038a44d440a67d82cebec5eb40e6369e4c9f613 diff --cc src/sulogin-shell/sulogin-shell.c index 6161e134e18,f1660c69e03..dd80d6f7c90 --- a/src/sulogin-shell/sulogin-shell.c +++ b/src/sulogin-shell/sulogin-shell.c @@@ -11,9 -11,10 +11,10 @@@ #include "bus-locator.h" #include "bus-util.h" #include "bus-error.h" -#include "def.h" +#include "constants.h" #include "env-util.h" #include "log.h" + #include "main-func.h" #include "process-util.h" #include "signal-util.h" #include "special.h"