From 90e95eca54545cf1eeb8a163b83f8c2e2b24a891 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 4 May 2015 20:38:22 +0800 Subject: [PATCH] [Kernel] Rename init.c to components.c in kernel to avoid same file name issue. --- src/{init.c => components.c} | 2 ++ 1 file changed, 2 insertions(+) rename src/{init.c => components.c} (97%) diff --git a/src/init.c b/src/components.c similarity index 97% rename from src/init.c rename to src/components.c index b697b73180..3ffe09c882 100644 --- a/src/init.c +++ b/src/components.c @@ -25,6 +25,8 @@ * 2013-06-23 Bernard Add the init_call for components initialization. * 2013-07-05 Bernard Remove initialization feature for MS VC++ compiler * 2015-02-06 Bernard Remove the MS VC++ support and move to the kernel + * 2015-0504 Bernard Rename it to components.c because compiling issue + * in some IDEs. */ #include -- GitLab