0001-musl.patch 454 B

123456789101112131415
  1. Fix musl build
  2. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
  3. diff -uNr ptpd-ptpd-2.3.1.org/src/dep/net.c ptpd-ptpd-2.3.1/src/dep/net.c
  4. --- ptpd-ptpd-2.3.1.org/src/dep/net.c 2015-06-29 17:13:29.000000000 +0200
  5. +++ ptpd-ptpd-2.3.1/src/dep/net.c 2016-01-24 00:35:44.509860065 +0100
  6. @@ -82,7 +82,6 @@
  7. #ifdef SO_TIMESTAMPING
  8. #include <linux/net_tstamp.h>
  9. #include <linux/sockios.h>
  10. -#include <linux/ethtool.h>
  11. #endif /* SO_TIMESTAMPING */
  12. /**