X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fhelloworld%2Fmain.c;h=a4bbd110105f59c2c36501a453e37958988aa90e;hb=98a1648109b8dbaa4e6b821c17d1f6bd86d33a9a;hp=0c0f8333bcd72a6802ae20cf12db8a370434cd3d;hpb=503f9e8b42562b923e73e908be6ba69964f1f1e7;p=dpdk.git diff --git a/examples/helloworld/main.c b/examples/helloworld/main.c index 0c0f8333bc..a4bbd11010 100644 --- a/examples/helloworld/main.c +++ b/examples/helloworld/main.c @@ -46,8 +46,6 @@ #include #include -#include "main.h" - static int lcore_hello(__attribute__((unused)) void *arg) { @@ -58,7 +56,7 @@ lcore_hello(__attribute__((unused)) void *arg) } int -MAIN(int argc, char **argv) +main(int argc, char **argv) { int ret; unsigned lcore_id;