mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
core: use _nm_packed attribute instead of __attribute__((packed))
This commit is contained in:
parent
803467fe93
commit
9cf3cbfc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -5490,7 +5490,7 @@ struct rfkill_event {
|
|||
__u8 type;
|
||||
__u8 op;
|
||||
__u8 soft, hard;
|
||||
} __attribute__((packed));
|
||||
} _nm_packed;
|
||||
|
||||
static void
|
||||
rfkill_change (NMManager *self, const char *desc, RfKillType rtype, gboolean enabled)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue