On 31 March 2016 at 14:08, Daniel P. Berrange <berra...@redhat.com> wrote:
> The netmap.c file fails to build on FreeBSD with
>
> net/netmap.c:95:9: warning: implicit declaration of function 
> 'error_setg_errno' is invalid in C99 [-Wimplicit-function-declaration]
>      error_setg_errno(errp, errno, "Failed to nm_open() %s",
>      ^
> net/netmap.c:432:9: warning: implicit declaration of function 
> 'error_propagate' is invalid in C99 [-Wimplicit-function-declaration]
>      error_propagate(errp, err);
>      ^
>
> Signed-off-by: Daniel P. Berrange <berra...@redhat.com>
> ---
>  net/netmap.c | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- PMM

Reply via email to