summaryrefslogtreecommitdiffstats
path: root/main/strace/sysinfo.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-01 09:33:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-01 09:33:03 +0000
commit75ef48f5f750a8ee02bd3105c75ecbe3e8611b39 (patch)
tree85d734873931b1f6782a6e11f5e77e39815b9e7e /main/strace/sysinfo.patch
parente7718143a8be28ea09de03a661fa44c63529fd3c (diff)
downloadaports-75ef48f5f750a8ee02bd3105c75ecbe3e8611b39.tar.bz2
aports-75ef48f5f750a8ee02bd3105c75ecbe3e8611b39.tar.xz
main/strace: upgrade to 4.9
Diffstat (limited to 'main/strace/sysinfo.patch')
-rw-r--r--main/strace/sysinfo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/strace/sysinfo.patch b/main/strace/sysinfo.patch
new file mode 100644
index 000000000..1a655d629
--- /dev/null
+++ b/main/strace/sysinfo.patch
@@ -0,0 +1,12 @@
+diff --git a/resource.c b/resource.c
+index 12e218f..2b72ee2 100644
+--- a/resource.c
++++ b/resource.c
+@@ -31,6 +31,7 @@
+ #include "defs.h"
+ #include <sys/resource.h>
+ #include <sys/times.h>
++#include <sys/sysinfo.h>
+ #include <linux/kernel.h>
+
+ #include "xlat/resources.h"