summaryrefslogtreecommitdiff
path: root/testing/mkinitcpio-busybox/glibc-2.16.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 19:48:00 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 19:48:00 -0300
commit37c6b66933676a18529b4e647d1a79a626900512 (patch)
tree71c20974a4371e5bb41d2fa4faa807a73f12f8b8 /testing/mkinitcpio-busybox/glibc-2.16.patch
parenta3574b9529a82018664ff6e810d7d81b2bb4eb75 (diff)
parent0297e16d6d46f426939811847e72539d15bbf12d (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/qt/PKGBUILD testing/systemd/PKGBUILD testing/systemd/use-split-usr-path.patch
Diffstat (limited to 'testing/mkinitcpio-busybox/glibc-2.16.patch')
-rw-r--r--testing/mkinitcpio-busybox/glibc-2.16.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/mkinitcpio-busybox/glibc-2.16.patch b/testing/mkinitcpio-busybox/glibc-2.16.patch
new file mode 100644
index 000000000..5e2fb4fa5
--- /dev/null
+++ b/testing/mkinitcpio-busybox/glibc-2.16.patch
@@ -0,0 +1,10 @@
+--- a/include/libbb.h.orig 2012-09-17 08:28:35.215518120 -0400
++++ b/include/libbb.h 2012-09-17 08:28:49.807212925 -0400
+@@ -44,6 +44,7 @@
+ #include <sys/stat.h>
+ #include <sys/time.h>
+ #include <sys/types.h>
++#include <sys/resource.h>
+ #ifndef major
+ # include <sys/sysmacros.h>
+ #endif