- Get IP to compile.
Modified: trunk/reactos/drivers/lib/ip/network/i386/checksum.S
Modified: trunk/reactos/drivers/lib/ip/transport/tcp/tcp.c
_____
Modified: trunk/reactos/drivers/lib/ip/network/i386/checksum.S
--- trunk/reactos/drivers/lib/ip/network/i386/checksum.S
2006-01-07 07:00:31 UTC (rev 20653)
+++ trunk/reactos/drivers/lib/ip/network/i386/checksum.S
2006-01-07 07:08:08 UTC (rev 20654)
@@ -57,7 +57,7 @@
testl $1, %esi # Check alignment.
jz 10f # Jump if alignment is boundary of
2bytes.
- # buf is odd
+ // buf is odd
dec %ecx
jl 8f
movzbl (%esi), %ebx
_____
Modified: trunk/reactos/drivers/lib/ip/transport/tcp/tcp.c
--- trunk/reactos/drivers/lib/ip/transport/tcp/tcp.c 2006-01-07
07:00:31 UTC (rev 20653)
+++ trunk/reactos/drivers/lib/ip/transport/tcp/tcp.c 2006-01-07
07:08:08 UTC (rev 20654)
@@ -376,7 +376,7 @@
* 800, 1000 and process the "fast" events at 200, 400, 600, 800, 1000
and the
* "slow" events at 500 and 1000.
*/
-static VOID DDKAPI
+static VOID NTAPI
TimerThread(PVOID Context)
{
LARGE_INTEGER Timeout;