]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-id128: Use static instead of _SD_ARRAY_STATIC in source files
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 30 Apr 2025 08:09:00 +0000 (10:09 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 1 May 2025 12:02:17 +0000 (14:02 +0200)
commita40f6dd4d8b03e90923e4548420ea65ca6847ae3
treeabcc95b2e436f6c252acbe047c5dbc47c6d1665a
parent194373f313ae5b0e13c48bf60a5c13506feaf763
sd-id128: Use static instead of _SD_ARRAY_STATIC in source files

When compiling the source files, we know static is going to be available
so there's no need to use the macro from _sd-common.h and we can just use
static instead.
src/libsystemd-network/lldp-neighbor.c
src/libsystemd/sd-id128/sd-id128.c