aboutsummaryrefslogtreecommitdiffstats
path: root/net/linuxptp/patches/001-musl-fix.patch
blob: 41302c7b3b5430a1a4b26e0f0bcca1c73bb1dbe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: linuxptp-20151118/raw.c
===================================================================
--- linuxptp-20151118.orig/raw.c	2016-01-08 13:39:56.000000000 +0100
+++ linuxptp-20151118/raw.c	2016-01-13 09:16:51.951784148 +0100
@@ -20,7 +20,6 @@
 #include <fcntl.h>
 #include <linux/filter.h>
 #include <linux/if_ether.h>
-#include <net/ethernet.h>
 #include <net/if.h>
 #include <netinet/in.h>
 #include <netpacket/packet.h>