mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-16 01:40:26 +00:00
29ec3811c0
Linuxptp is a user space software implementation of IEEE 1588 Precision Time Protocol standard. v4: Don't compile on uclibc Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 48361
13 lines
430 B
Diff
13 lines
430 B
Diff
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>
|