mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 21:45:01 +00:00
Fix type sizes
This commit is contained in:
@@ -153,7 +153,7 @@ namespace NetworkDHCP
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void DHCP::OnUDPPacketReceived(NetworkUDP::Socket *Socket, uint8_t *Data, uint64_t Length)
|
||||
void DHCP::OnUDPPacketReceived(NetworkUDP::Socket *Socket, uint8_t *Data, size_t Length)
|
||||
{
|
||||
UNUSED(Socket);
|
||||
UNUSED(Length);
|
||||
|
Reference in New Issue
Block a user