]> git.ipfire.org Git - thirdparty/iproute2.git/commit
lib: fix ax25.h include for musl
authorSam James <sam@gentoo.org>
Thu, 13 Jan 2022 08:14:13 +0000 (08:14 +0000)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 15 Jan 2022 18:41:13 +0000 (10:41 -0800)
commit8bced38a941a181f1468fa39541e872e51b6022f
treed670b39125a2b9aaa067f6d9016b1b8371276570
parente27bb8e5dfb60f881593f5ed71ce40a6db6f721d
lib: fix ax25.h include for musl

ax25.h isn't guaranteed to be avilable in netax25/*;
it's dependent on our choice of libc (it's not available
on musl at least) [0].

Let's use the version from linux-headers.

[0] https://sourceware.org/glibc/wiki/Synchronizing_Headers
Bug: https://bugs.gentoo.org/831102

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
lib/ax25_ntop.c