From e68a03adef8c1cd94fff05eaf0b3f313005ca3e9 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Sun, 17 Feb 2013 16:37:08 +0000 Subject: [PATCH] Removed non-working debug level specific for network stack. git-svn-id: svn://kolibrios.org@3249 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/branches/net/network/stack.inc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/kernel/branches/net/network/stack.inc b/kernel/branches/net/network/stack.inc index 8f3a2276c1..74692e2d14 100644 --- a/kernel/branches/net/network/stack.inc +++ b/kernel/branches/net/network/stack.inc @@ -23,9 +23,6 @@ $Revision$ -__DEBUG_LEVEL_OLD__ equ __DEBUG_LEVEL__ ; use seperate debug level for network part of kernel -__DEBUG_LEVEL__ equ 1 - uglobal net_10ms dd ? net_tmr_count dw ? @@ -164,6 +161,7 @@ macro pseudo_random reg { rol reg, 9 } +; Network to Hardware byte order (dword) macro ntohd reg { rol word reg, 8 @@ -172,6 +170,7 @@ macro ntohd reg { } +; Network to Hardware byte order (word) macro ntohw reg { rol word reg, 8 @@ -741,6 +740,3 @@ sys_protocols: .return: mov [esp+28+4], eax ; return eax value to the program ret - - -__DEBUG_LEVEL__ equ __DEBUG_LEVEL_OLD__ \ No newline at end of file