- Get IP to compile.
authorAlex Ionescu <aionescu@gmail.com>
Sat, 7 Jan 2006 07:08:08 +0000 (07:08 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sat, 7 Jan 2006 07:08:08 +0000 (07:08 +0000)
svn path=/trunk/; revision=20654

reactos/drivers/lib/ip/network/i386/checksum.S
reactos/drivers/lib/ip/transport/tcp/tcp.c

index 468b85e..16a4e02 100644 (file)
@@ -57,7 +57,7 @@ _csum_partial:
        testl $1, %esi          # Check alignment.
        jz 10f                  # Jump if alignment is boundary of 2bytes.
 
        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
        dec %ecx
        jl 8f
        movzbl (%esi), %ebx
index db3fb67..ad572cd 100644 (file)
@@ -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.
  */
  * 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;
 TimerThread(PVOID Context)
 {
     LARGE_INTEGER Timeout;