]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: use official bswap_32() rather than inofficial __bswap_32()
authorLennart Poettering <lennart@poettering.net>
Mon, 11 Oct 2021 11:39:25 +0000 (13:39 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Oct 2021 12:10:07 +0000 (14:10 +0200)
commitfe92eb795b4f380522cd2b2f75eb555f0c060306
tree6c77d983ac57811d06d80a4e5bb55866610a4074
parent899c1c0a34eee851435349c4e4412347ca9907b5
network: use official bswap_32() rather than inofficial __bswap_32()

The former is a macro for the latter, but let's use the official API
(the one that has an API).
src/basic/sparse-endian.h
src/libsystemd-network/dhcp-identifier.c
src/libsystemd-network/test-dhcp-client.c