aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/strace/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-02-25 21:55:41 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2016-02-25 21:55:41 +0000
commit29a36d1fd637869399ba4487ccbc17820472437b (patch)
treeca0a387ed8e33770f01c86196cecabc8702a63ef /package/devel/strace/patches
parentcb04b8d58201f6aa35f99b76ee8b3435beb7a01e (diff)
downloadupstream-29a36d1fd637869399ba4487ccbc17820472437b.tar.gz
upstream-29a36d1fd637869399ba4487ccbc17820472437b.tar.bz2
upstream-29a36d1fd637869399ba4487ccbc17820472437b.zip
strace: update to version 4.11
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48784
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"
-