X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fhelloworld%2Fmain.c;h=8b7a2de0eedf3c030ca5e40291268fdbd6b81e14;hb=99c12dcca65d;hp=0c0f8333bcd72a6802ae20cf12db8a370434cd3d;hpb=3031749c2df04a63cdcef186dcce3781e61436e8;p=dpdk.git diff --git a/examples/helloworld/main.c b/examples/helloworld/main.c index 0c0f8333bc..8b7a2de0ee 100644 --- a/examples/helloworld/main.c +++ b/examples/helloworld/main.c @@ -40,14 +40,11 @@ #include #include #include -#include #include #include #include #include -#include "main.h" - static int lcore_hello(__attribute__((unused)) void *arg) { @@ -58,7 +55,7 @@ lcore_hello(__attribute__((unused)) void *arg) } int -MAIN(int argc, char **argv) +main(int argc, char **argv) { int ret; unsigned lcore_id;