aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/strace/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2016-02-25 21:55:41 +0000
committerHauke Mehrtens <hauke@openwrt.org>2016-02-25 21:55:41 +0000
commitc0922eda6460ced9bab4f7a608516acdae84914d (patch)
tree6c6ff4fcf6794ca08f5fe9cda5597284088ff67a /package/devel/strace/patches
parent93b2c06e2f884e075a442f8cb92c6a4082a0f9a2 (diff)
downloadmaster-187ad058-c0922eda6460ced9bab4f7a608516acdae84914d.tar.gz
master-187ad058-c0922eda6460ced9bab4f7a608516acdae84914d.tar.bz2
master-187ad058-c0922eda6460ced9bab4f7a608516acdae84914d.zip
strace: update to version 4.11
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48784 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/strace/patches')
-rw-r--r--package/devel/strace/patches/001-upstream-musl_includes.patch53
1 files changed, 0 insertions, 53 deletions
diff --git a/package/devel/strace/patches/001-upstream-musl_includes.patch b/package/devel/strace/patches/001-upstream-musl_includes.patch
deleted file mode 100644
index a35d7fd5a7..0000000000
--- a/package/devel/strace/patches/001-upstream-musl_includes.patch
+++ /dev/null
@@ -1,53 +0,0 @@
---- a/evdev.c
-+++ b/evdev.c
-@@ -28,6 +28,8 @@
-
- #include "defs.h"
-
-+#include <linux/ioctl.h>
-+
- #ifdef HAVE_LINUX_INPUT_H
- #include <linux/input.h>
- #include "xlat/evdev_abs.h"
---- a/ioctl.c
-+++ b/ioctl.c
-@@ -29,7 +29,7 @@
- */
-
- #include "defs.h"
--#include <asm/ioctl.h>
-+#include <linux/ioctl.h>
- #include "xlat/ioctl_dirs.h"
-
- #ifdef HAVE_LINUX_INPUT_H
---- a/ioctlsort.c
-+++ b/ioctlsort.c
-@@ -33,7 +33,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
--#include <asm/ioctl.h>
-+#include <linux/ioctl.h>
-
- struct ioctlent {
- const char *info;
---- a/mknod.c
-+++ b/mknod.c
-@@ -1,6 +1,7 @@
- #include "defs.h"
-
- #include <fcntl.h>
-+#include <sys/stat.h>
-
- #ifdef MAJOR_IN_SYSMACROS
- # include <sys/sysmacros.h>
---- a/printmode.c
-+++ b/printmode.c
-@@ -1,6 +1,7 @@
- #include "defs.h"
-
- #include <fcntl.h>
-+#include <sys/stat.h>
-
- #include "xlat/modetypes.h"
-