mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
The gnu-efi definition of the struct uses [1], our local one [0] to size the filename array. Let's avoid an ambiguity and use offsetof() so that this difference doesn't matter. Also, doing it this way makes very clear to the read what happens here: it's a structure with a variable size suffix.