diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-07-17 12:20:32 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-07-19 11:44:04 +0200 |
commit | 4a24cc859f2fc9834ce2af633d5b4c582e5627f7 (patch) | |
tree | f3ec04dfd54c3f21218fa17f77254e61f3c65300 /src/core/execute.c | |
parent | man: clarify what TTYReset= and TTYVTDisallocate= do and do not do regarding ... (diff) | |
download | systemd-4a24cc859f2fc9834ce2af633d5b4c582e5627f7.tar.xz systemd-4a24cc859f2fc9834ce2af633d5b4c582e5627f7.zip |
terminal-util: move lock_dev_console() here
It doesn't really make sense to have that in dev-setup.c, which is
mostly about setting up /dev/, creating device nodes and stuff.
let's move it to the other stuff that deals with /dev/console's
peculiarities.
Diffstat (limited to 'src/core/execute.c')
-rw-r--r-- | src/core/execute.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index dc418fd14c..cdc1277956 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -25,7 +25,6 @@ #include "cgroup-setup.h" #include "constants.h" #include "cpu-set-util.h" -#include "dev-setup.h" #include "env-file.h" #include "env-util.h" #include "errno-list.h" |