diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-26 12:07:36 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-26 15:04:06 +0200 |
commit | 1b919ca4db1dc71ef53bb8b0b2b2ab697567ade6 (patch) | |
tree | 47c1c579d9b0f60dd518b157c6ffcfc39c4e5ba4 /src/hostname | |
parent | Merge pull request #33386 from yuwata/journal-timestamp (diff) | |
download | systemd-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/hostname')
-rw-r--r-- | src/hostname/hostnamectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname/hostnamectl.c b/src/hostname/hostnamectl.c index 83e53a4560..157ac769ca 100644 --- a/src/hostname/hostnamectl.c +++ b/src/hostname/hostnamectl.c @@ -23,9 +23,9 @@ #include "hostname-util.h" #include "main-func.h" #include "parse-argument.h" +#include "polkit-agent.h" #include "pretty-print.h" #include "socket-util.h" -#include "spawn-polkit-agent.h" #include "terminal-util.h" #include "verbs.h" |