kvmtool: add patches fixing build warnings with musl
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 19 Aug 2017 20:55:28 +0000 (22:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 21 Aug 2017 21:25:01 +0000 (23:25 +0200)
commit3785e822de945e130ea1f8b5bba4df17087b31fc
tree5e2344d90ccffe90d6597f0d237e58fcbb79ebf2
parentf539d49eeb5a1645264cf62083e88380b58b4f01
kvmtool: add patches fixing build warnings with musl

This commit backports three patches that are already upstream in
kvmtool fixing build warnings with musl. Those are not strictly needed
for the build to succeed, they just reduce the amount of warning
noise.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kvmtool/0003-use-poll.h-instead-of-sys-poll.h.patch [new file with mode: 0644]
package/kvmtool/0004-check-for-and-use-C-library-provided-strlcpy-and-str.patch [new file with mode: 0644]
package/kvmtool/0005-Fix-call-to-connect.patch [new file with mode: 0644]