From 8f20fe84d380259dd3e916eb2c09e3c422d249a8 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Thu, 17 Sep 2009 13:08:13 +0000 Subject: [PATCH] Making it compileable git-svn-id: svn://kolibrios.org@1162 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/kernel.asm | 1 - kernel/branches/net/network/ARP.inc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/kernel/branches/net/kernel.asm b/kernel/branches/net/kernel.asm index 1550addf57..6f9ce875a5 100644 --- a/kernel/branches/net/kernel.asm +++ b/kernel/branches/net/kernel.asm @@ -65,7 +65,6 @@ debug_com_base equ 0x3f8 ; 0x3f8 is com1, 0x2f8 is com2, 0x3e8 is com3, 0x2e8 i include "proc32.inc" include "kglobals.inc" -include "lang.inc" lang fix en include "const.inc" diff --git a/kernel/branches/net/network/ARP.inc b/kernel/branches/net/network/ARP.inc index 4964f17913..03b857e92a 100644 --- a/kernel/branches/net/network/ARP.inc +++ b/kernel/branches/net/network/ARP.inc @@ -259,7 +259,7 @@ proc arp_table_manager stdcall uses ebx esi edi ecx edx, Opcode:DWORD,Index:DWOR loopnz @b ; jz .replace ; found, replace existing entry, ptr to it is in eax -; .add_to_end: + .add_to_end: ; ; DEBUGF 1,"5\n" ; ;else add to end