numam-dpdk/examples/bond
Olivier Matz 4ae39dfa69 examples/bond: fix build with clang
Fix the following compilation error:

examples/bond/main.c:717:1: error: control reaches end of
  non-void function [-Werror,-Wreturn-type]

The prompt() function does not return anything, so fix its prototype
to be void.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2015-05-19 17:35:33 +02:00
..
main.c examples/bond: fix build with clang 2015-05-19 17:35:33 +02:00
main.h examples/bond: add example application for link bonding mode 6 2015-02-20 23:07:02 +01:00
Makefile examples/bond: add example application for link bonding mode 6 2015-02-20 23:07:02 +01:00