1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-26 03:22:00 +03:00

network: drop unnecessary size specifier

It does not save any memory usage but increase code complexity.
This commit is contained in:
Yu Watanabe 2024-11-07 12:00:38 +09:00
parent ed3bab7a0e
commit 525a582ae8

View File

@ -179,7 +179,7 @@ typedef struct Link {
Set *ndisc_dnr;
uint32_t ndisc_mtu;
unsigned ndisc_messages;
bool ndisc_configured:1;
bool ndisc_configured;
sd_radv *radv;