From a06cbf3fc2a9567eeb92fb266ba0fa56d88bd0be Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 8 Jan 2006 17:14:26 +0000 Subject: [PATCH] arch_int.c -> arch_int.cpp. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15876 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/ppc/Jamfile | 2 +- src/system/kernel/arch/ppc/{arch_int.c => arch_int.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/system/kernel/arch/ppc/{arch_int.c => arch_int.cpp} (100%) diff --git a/src/system/kernel/arch/ppc/Jamfile b/src/system/kernel/arch/ppc/Jamfile index 40268e8658..ccb46f61f7 100644 --- a/src/system/kernel/arch/ppc/Jamfile +++ b/src/system/kernel/arch/ppc/Jamfile @@ -12,7 +12,7 @@ KernelStaticLibrary libppc : arch_debug.c arch_elf.c arch_exceptions.S - arch_int.c + arch_int.cpp arch_mmu.cpp arch_platform.cpp arch_real_time_clock.cpp diff --git a/src/system/kernel/arch/ppc/arch_int.c b/src/system/kernel/arch/ppc/arch_int.cpp similarity index 100% rename from src/system/kernel/arch/ppc/arch_int.c rename to src/system/kernel/arch/ppc/arch_int.cpp