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/portable | |
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/portable')
-rw-r--r-- | src/portable/portablectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c index 57b930d6cb..e4eb437b2e 100644 --- a/src/portable/portablectl.c +++ b/src/portable/portablectl.c @@ -26,9 +26,9 @@ #include "parse-argument.h" #include "parse-util.h" #include "path-util.h" +#include "polkit-agent.h" #include "portable.h" #include "pretty-print.h" -#include "spawn-polkit-agent.h" #include "string-util.h" #include "strv.h" #include "terminal-util.h" |