mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Replace __attribute__ with a macro from types.h
This commit is contained in:
@ -31,7 +31,7 @@ namespace NetworkUDP
|
||||
uint16_t DestinationPort;
|
||||
uint16_t Length;
|
||||
uint16_t Checksum;
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
struct UDPPacket
|
||||
{
|
||||
|
Reference in New Issue
Block a user