From: Alex Ionescu Date: Sat, 7 Jan 2006 07:08:08 +0000 (+0000) Subject: - Get IP to compile. X-Git-Tag: backups/expat-rbuild@40467~501 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=31334bb80f832e4627ff81005f0a8fb83707a2c6;ds=sidebyside - Get IP to compile. svn path=/trunk/; revision=20654 --- diff --git a/reactos/drivers/lib/ip/network/i386/checksum.S b/reactos/drivers/lib/ip/network/i386/checksum.S index 468b85e7ad6..16a4e02ccec 100644 --- a/reactos/drivers/lib/ip/network/i386/checksum.S +++ b/reactos/drivers/lib/ip/network/i386/checksum.S @@ -57,7 +57,7 @@ _csum_partial: 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 diff --git a/reactos/drivers/lib/ip/transport/tcp/tcp.c b/reactos/drivers/lib/ip/transport/tcp/tcp.c index db3fb670595..ad572cd2ae7 100644 --- a/reactos/drivers/lib/ip/transport/tcp/tcp.c +++ b/reactos/drivers/lib/ip/transport/tcp/tcp.c @@ -376,7 +376,7 @@ static HANDLE TimerThreadHandle; * 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;