mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 15:29:18 +00:00
Replace __attribute__ with a macro from types.h
This commit is contained in:
@ -42,7 +42,7 @@ namespace NetworkDHCP
|
||||
uint8_t ServerHostName[64];
|
||||
uint8_t BootFileName[128];
|
||||
uint8_t Options[64];
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
enum DHCPOperation
|
||||
{
|
||||
|
Reference in New Issue
Block a user