From 2b8d85854db9ea4192c8dd43488ad2cd0c9c802b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 29 May 2005 13:31:15 +0000 Subject: [PATCH] Renamed arch_dbg_console.c to arch_debug_console.c, dbg_console.h to debug_console.h. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12891 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/arch/{dbg_console.h => debug_console.h} | 0 src/system/kernel/arch/x86/Jamfile | 2 +- .../arch/x86/{arch_dbg_console.c => arch_debug_console.c} | 2 +- src/system/kernel/debug/debug.c | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename headers/private/kernel/arch/{dbg_console.h => debug_console.h} (100%) rename src/system/kernel/arch/x86/{arch_dbg_console.c => arch_debug_console.c} (99%) diff --git a/headers/private/kernel/arch/dbg_console.h b/headers/private/kernel/arch/debug_console.h similarity index 100% rename from headers/private/kernel/arch/dbg_console.h rename to headers/private/kernel/arch/debug_console.h diff --git a/src/system/kernel/arch/x86/Jamfile b/src/system/kernel/arch/x86/Jamfile index 3b9d557a21..a0b9816738 100644 --- a/src/system/kernel/arch/x86/Jamfile +++ b/src/system/kernel/arch/x86/Jamfile @@ -5,8 +5,8 @@ SubDirHdrs [ FObjectsDir src system kernel ] ; KernelStaticLibrary libx86 : arch_cpu.c - arch_dbg_console.c arch_debug.c + arch_debug_console.c arch_elf.c arch_faults.c arch_int.c diff --git a/src/system/kernel/arch/x86/arch_dbg_console.c b/src/system/kernel/arch/x86/arch_debug_console.c similarity index 99% rename from src/system/kernel/arch/x86/arch_dbg_console.c rename to src/system/kernel/arch/x86/arch_debug_console.c index e8dcf49701..4abc899ff2 100644 --- a/src/system/kernel/arch/x86/arch_dbg_console.c +++ b/src/system/kernel/arch/x86/arch_debug_console.c @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include diff --git a/src/system/kernel/debug/debug.c b/src/system/kernel/debug/debug.c index f5e9d4850a..a71ce58719 100644 --- a/src/system/kernel/debug/debug.c +++ b/src/system/kernel/debug/debug.c @@ -17,7 +17,7 @@ #include #include -#include +#include #include #include