mbox series

[0/4] app/testfib: testfib app various fixes

Message ID 1583757743-375198-1-git-send-email-vladimir.medvedkin@intel.com (mailing list archive)
Headers
Series app/testfib: testfib app various fixes |

Message

Vladimir Medvedkin March 9, 2020, 12:42 p.m. UTC
  This patch series fixes compillation problems for some platforms.
Also it enables testfib app build with other applications.

Vladimir Medvedkin (4):
  app/testfib: fix possible uninitialized warning
  app/testfib: fix format string
  app/testfib: get rid of libresolv dependency
  app: enable test-fib application

 app/Makefile          |   1 +
 app/meson.build       |   3 +-
 app/test-fib/Makefile |   2 -
 app/test-fib/main.c   | 118 +++++++++++++++++++++++++-------------------------
 4 files changed, 62 insertions(+), 62 deletions(-)
  

Comments

David Marchand April 10, 2020, 9:46 a.m. UTC | #1
On Mon, Mar 9, 2020 at 1:42 PM Vladimir Medvedkin
<vladimir.medvedkin@intel.com> wrote:
>
> This patch series fixes compillation problems for some platforms.
> Also it enables testfib app build with other applications.
>
> Vladimir Medvedkin (4):
>   app/testfib: fix possible uninitialized warning
>   app/testfib: fix format string
>   app/testfib: get rid of libresolv dependency
>   app: enable test-fib application

Series applied, thanks.