mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-27 07:46:33 +00:00
Fix typo on commit 9857b67377
This commit is contained in:
parent
9857b67377
commit
ea77c2c920
1 changed files with 1 additions and 3 deletions
|
@ -24,8 +24,6 @@ U0 ICMPInit()
|
||||||
MemSet(&icmp_reply, 0, sizeof(CICMPHeader));
|
MemSet(&icmp_reply, 0, sizeof(CICMPHeader));
|
||||||
}
|
}
|
||||||
|
|
||||||
NetQueueInit;
|
|
||||||
|
|
||||||
U16 ICMPChecksum(U8 *buf, I64 size)
|
U16 ICMPChecksum(U8 *buf, I64 size)
|
||||||
{
|
{
|
||||||
U64 i, sum = 0;
|
U64 i, sum = 0;
|
||||||
|
|
Loading…
Reference in a new issue