Module: xenomai-3
Branch: next
Commit: 1c4b2e79a2d3b64f813215d7f5225485d38f5567
URL:    
http://git.xenomai.org/?p=xenomai-3.git;a=commit;h=1c4b2e79a2d3b64f813215d7f5225485d38f5567

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon Jan 18 16:06:46 2016 +0100

smokey/net: provide ETH_P_802_EX1 for outdated libc

---

 testsuite/smokey/net_common/smokey_net.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/testsuite/smokey/net_common/smokey_net.h 
b/testsuite/smokey/net_common/smokey_net.h
index 4b8dddd..811d90d 100644
--- a/testsuite/smokey/net_common/smokey_net.h
+++ b/testsuite/smokey/net_common/smokey_net.h
@@ -14,6 +14,10 @@
 
 #include <smokey/smokey.h>
 
+#ifndef ETH_P_802_EX1
+#define ETH_P_802_EX1  0x88B5          /* 802.1 Local Experimental 1.  */
+#endif
+
 struct smokey_net_payload {
        struct timespec ts;
        unsigned seq;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://xenomai.org/mailman/listinfo/xenomai-git

Reply via email to