summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-07-17 12:20:32 +0200
committerLennart Poettering <lennart@poettering.net>2024-07-19 11:44:04 +0200
commit4a24cc859f2fc9834ce2af633d5b4c582e5627f7 (patch)
treef3ec04dfd54c3f21218fa17f77254e61f3c65300 /src/core
parentman: clarify what TTYReset= and TTYVTDisallocate= do and do not do regarding ... (diff)
downloadsystemd-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')
-rw-r--r--src/core/exec-invoke.c1
-rw-r--r--src/core/execute.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c
index 08f9188ec7..2521e940c9 100644
--- a/src/core/exec-invoke.c
+++ b/src/core/exec-invoke.c
@@ -32,7 +32,6 @@
#include "chown-recursive.h"
#include "copy.h"
#include "data-fd-util.h"
-#include "dev-setup.h"
#include "env-util.h"
#include "escape.h"
#include "exec-credential.h"
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"