mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 21:09:18 +00:00
Rename std functions to match the standard
This commit is contained in:
@ -49,7 +49,7 @@ namespace NetworkIPv4
|
||||
kfree(Packet);
|
||||
}
|
||||
|
||||
Vector<IPv4Events *> RegisteredEvents;
|
||||
std::vector<IPv4Events *> RegisteredEvents;
|
||||
|
||||
bool IPv4::OnEthernetPacketReceived(uint8_t *Data, uint64_t Length)
|
||||
{
|
||||
|
Reference in New Issue
Block a user