summaryrefslogtreecommitdiffstats
path: root/src/systemctl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-26 12:07:36 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-26 15:04:06 +0200
commit1b919ca4db1dc71ef53bb8b0b2b2ab697567ade6 (patch)
tree47c1c579d9b0f60dd518b157c6ffcfc39c4e5ba4 /src/systemctl
parentMerge pull request #33386 from yuwata/journal-timestamp (diff)
downloadsystemd-1b919ca4db1dc71ef53bb8b0b2b2ab697567ade6.tar.xz
systemd-1b919ca4db1dc71ef53bb8b0b2b2ab697567ade6.zip
Rename spawn-polkit-agent.c to just polkit-agent.c
The functions in the file were *not* using the spawn prefix, and the prefix seems completely unnecessary.
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl-util.c b/src/systemctl/systemctl-util.c
index be3b35e6f9..8e665d6015 100644
--- a/src/systemctl/systemctl-util.c
+++ b/src/systemctl/systemctl-util.c
@@ -19,11 +19,11 @@
#include "macro.h"
#include "path-util.h"
#include "pidref.h"
+#include "polkit-agent.h"
#include "process-util.h"
#include "reboot-util.h"
#include "set.h"
#include "spawn-ask-password-agent.h"
-#include "spawn-polkit-agent.h"
#include "stat-util.h"
#include "systemctl-util.h"
#include "systemctl.h"