On Fri, 26 Jul 2019 22:01:05 +0100
Sergei Trofimovich <[email protected]> wrote:

> sys/queue.h does not exist on linux-musl targets and fails build as:
> 
>     devlink.c:28:10: fatal error: sys/queue.h: No such file or directory
>        28 | #include <sys/queue.h>
>           |          ^~~~~~~~~~~~~
> 
> The change ports to list.h API and drops dependency of 'sys/queue.h'.
> The API maps one-to-one.
> 
> Build-tested on linux-musl and linux-glibc.
> 
> Bug: https://bugs.gentoo.org/690486
> CC: Stephen Hemminger <[email protected]>
> CC: [email protected]
> Signed-off-by: Sergei Trofimovich <[email protected]>

Looks good, thanks for following through.
Applied.

Reply via email to