linux-headers: bump 4.{4, 9}.x series
[buildroot-gz.git] / package / ptpd2 / 0001-musl.patch
blob2e214b2188da7b2125c08f2697b181a1f8806665
1 Fix musl build
3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
5 diff -uNr ptpd-ptpd-2.3.1.org/src/dep/net.c ptpd-ptpd-2.3.1/src/dep/net.c
6 --- ptpd-ptpd-2.3.1.org/src/dep/net.c 2015-06-29 17:13:29.000000000 +0200
7 +++ ptpd-ptpd-2.3.1/src/dep/net.c 2016-01-24 00:35:44.509860065 +0100
8 @@ -82,7 +82,6 @@
9 #ifdef SO_TIMESTAMPING
10 #include <linux/net_tstamp.h>
11 #include <linux/sockios.h>
12 -#include <linux/ethtool.h>
13 #endif /* SO_TIMESTAMPING */
15 /**