]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: replace IOVEC_INIT with IOVEC_MAKE 26686/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Mar 2023 00:25:14 +0000 (09:25 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Mar 2023 00:30:28 +0000 (09:30 +0900)
commitce16d177ddaa6b9fe1f4a40243185bf18ac1915e
treecc0b0f3c334f5944f6089fd06b883869e7db3a03
parenta0229fb14d8df6883f6b9e30a1299d08e668f6a2
tree-wide: replace IOVEC_INIT with IOVEC_MAKE

We use gnu11 to build, hence we can use structured initializer with
casting, and it is not necessary to use different patterns on
initialization and assignment.

Addresses https://github.com/systemd/systemd/pull/26560#discussion_r1118875447.
src/basic/io-util.h
src/core/dynamic-user.c
src/core/execute.c
src/portable/portable.c
src/test/test-socket-util.c