[OpenWrt-Devel] [PATCH] Include linux/sockios.h for SIOCGSTAMP

Norbert van Bolhuis nvbolhuis at aimvalley.nl
Mon Mar 30 11:18:12 EDT 2020


linux-atm saaldump.c/atmdump.c need to include linux/sockios.h for SIOCGSTAMP

Signed-off-by: Norbert van Bolhuis <nvbolhuis at aimvalley.nl>
---
  package/network/utils/linux-atm/patches/800-include_sockios.patch         | 21 +++++++++++++++++++
  1 file changed, 21 insertions(+)
  create mode 100644 package/network/utils/linux-atm/patches/800-include_sockios.patch

diff --git a/package/network/utils/linux-atm/patches/800-include_sockios.patch b/package/network/utils/linux-atm/patches/800-include_sockios.patch
new file mode 100644
index 0000000000..2501f17d17
--- /dev/null
+++ b/package/network/utils/linux-atm/patches/800-include_sockios.patch
@@ -0,0 +1,21 @@
+--- a/src/maint/saaldump.c	2020-03-29 22:58:01.089711789 +0200
++++ b/src/maint/saaldump.c	2020-03-29 22:59:17.564639387 +0200
+@@ -6,6 +6,7 @@
+ #include <config.h>
+ #endif
+
++#include <linux/sockios.h>
+ #include <stdlib.h>
+ #include <stdarg.h>
+ #include <stdio.h>
+--- a/src/maint/atmdump.c	2020-03-29 22:58:18.573694469 +0200
++++ b/src/maint/atmdump.c	2020-03-29 22:58:49.956729365 +0200
+@@ -6,6 +6,7 @@
+ #include <config.h>
+ #endif
+
++#include <linux/sockios.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <unistd.h>
+
--
2.20.1

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list