mirror of
https://github.com/systemd/systemd.git
synced 2024-10-30 06:25:37 +03:00
sd-network: stop using fake flexible array
This commit is contained in:
parent
99d4dfd184
commit
d42add3c17
@ -28,7 +28,7 @@ struct DHCPMessage {
|
||||
uint8_t sname[64];
|
||||
uint8_t file[128];
|
||||
be32_t magic;
|
||||
uint8_t options[0];
|
||||
uint8_t options[];
|
||||
} _packed_;
|
||||
|
||||
typedef struct DHCPMessage DHCPMessage;
|
||||
|
Loading…
Reference in New Issue
Block a user