]> git.ipfire.org Git - thirdparty/systemd.git/commit
fork-journal: use char* const* for strv input param
authorMike Yuan <me@yhndnzj.com>
Tue, 13 May 2025 20:58:02 +0000 (22:58 +0200)
committerMike Yuan <me@yhndnzj.com>
Tue, 13 May 2025 21:01:23 +0000 (23:01 +0200)
commitb86b1ca22f6b9d2ca7ea79be539911ff4e7d76a8
treecb56a1ea9b68240ac14d4be79c61de74bde47ee8
parentc49c2477a441cc36904bec51926d05093ce398c6
fork-journal: use char* const* for strv input param

This is compatible with char** and is what I originally
asked for in
https://github.com/systemd/systemd/pull/36858#discussion_r2086792739
Someone needs to read better ;-)
src/run/run.c
src/shared/fork-journal.c
src/shared/fork-journal.h
src/systemctl/systemctl-start-unit.c