summaryrefslogtreecommitdiffstats
path: root/package/connman/0001-tethering-Reorder-header-includes.patch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-06-13 19:08:33 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-06-13 22:24:39 +0200
commit4f877e3cf3cd29da7ed40cfe4608c8167a3c06ce (patch)
tree20ef954b5a2653878e1bb810c08e7d13b017d7e6 /package/connman/0001-tethering-Reorder-header-includes.patch
parent78117a553b4734ab810e218d8e3355f12d6889ee (diff)
downloadbuildroot-4f877e3cf3cd29da7ed40cfe4608c8167a3c06ce.tar.gz
buildroot-4f877e3cf3cd29da7ed40cfe4608c8167a3c06ce.zip
package/connman: bump version to 1.36
Added licence hash, removed patch applied upstream https://git.kernel.org/pub/scm/network/connman/connman.git/commit/?id=bdfb3526466f8fb8f13d9259037d8f42c782ce24 Renumbered remaining patch. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/connman/0001-tethering-Reorder-header-includes.patch')
-rw-r--r--package/connman/0001-tethering-Reorder-header-includes.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/package/connman/0001-tethering-Reorder-header-includes.patch b/package/connman/0001-tethering-Reorder-header-includes.patch
deleted file mode 100644
index 4955df1cdd..0000000000
--- a/package/connman/0001-tethering-Reorder-header-includes.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From bdfb3526466f8fb8f13d9259037d8f42c782ce24 Mon Sep 17 00:00:00 2001
-From: Daniel Wagner <wagi@monom.org>
-Date: Wed, 17 Jan 2018 23:42:50 +0100
-Subject: [PATCH] tethering: Reorder header includes
-
-Avoid compile errors due to unsupported header include order with
-newer kernels (>=4.15). We should import the libc header files first
-and then the Linux header files in user space applications.
-
-Reported by Neil MacLeod <neil@nmacleod.com>. Fix probosal by Jonas
-Bonn <jonas@southpole.se> and Hauke Mehrtens <hauke@hauke-m.de>.
-
-Signed-off-by: Martin Bark <martin@barkynet.com>
----
- src/tethering.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/tethering.c b/src/tethering.c
-index c929ba7..4b20236 100644
---- a/src/tethering.c
-+++ b/src/tethering.c
-@@ -31,11 +31,11 @@
- #include <stdio.h>
- #include <sys/ioctl.h>
- #include <net/if.h>
--#include <linux/sockios.h>
- #include <string.h>
- #include <fcntl.h>
--#include <linux/if_tun.h>
- #include <netinet/in.h>
-+#include <linux/sockios.h>
-+#include <linux/if_tun.h>
- #include <linux/if_bridge.h>
-
- #include "connman.h"
---
-2.7.4
OpenPOWER on IntegriCloud