]> git.ipfire.org Git - thirdparty/systemd.git/commit
in-addr-util: use s6_addr* macros everywhere
authorJan Vaclav <jvaclav@redhat.com>
Tue, 27 May 2025 07:55:50 +0000 (09:55 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 27 May 2025 13:33:57 +0000 (22:33 +0900)
commita8a39e23bbac065635b7fb3243ad2eaacef1cfd1
tree312558dd30a94f33ef84735d484cbef900a398c9
parentc5d7a2d000d5e6fddc874336a009a89c358b7d06
in-addr-util: use s6_addr* macros everywhere

Currently, the code in in-addr-util.c uses a mix of accessing the
in6_u members directly, as well as using the s6_addr* macros.
Let's unify it so that the s6_addr macros are used everwhere.
src/basic/in-addr-util.c