]> git.ipfire.org Git - thirdparty/systemd.git/commit
io-util: move fputs_with_newline to fileio
authorMike Yuan <me@yhndnzj.com>
Thu, 13 Jun 2024 11:57:25 +0000 (13:57 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 13 Jun 2024 14:56:02 +0000 (15:56 +0100)
commit0160a1dbbca2bd428d913a60a2a66ed8de5ddb13
tree271ff9739356e9c237587956661cc7137aa2988f
parentc43d4393078c574cea4d5792ce8484666d122dd8
io-util: move fputs_with_newline to fileio

Follow-up for cdf6f34a2fd1448c5d1b75f4717c57b057dd51b2

We already have other fputs()-like helpers in fileio rather than
io-util. While at it, switch the order of params.
src/basic/fileio.c
src/basic/fileio.h
src/basic/io-util.c
src/basic/io-util.h
src/core/unit.c
src/varlinkctl/varlinkctl.c