summaryrefslogtreecommitdiffstats
path: root/package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-03-01 17:37:33 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-03-01 17:37:33 +0100
commitfd89246426e73cd8d0f85eeb4c2c6977facbb9bb (patch)
treec66295c37b9ec610ac1ac246b121f7bfa2da673b /package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
parent5573ab458696a9aaffc28464dd9654b8c95a5815 (diff)
parent9a6c03a390872d7ce91b619fdaf1d674491ad8cb (diff)
downloadbuildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.tar.gz
buildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch')
-rw-r--r--package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch b/package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
new file mode 100644
index 0000000000..f3d8fa15ad
--- /dev/null
+++ b/package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
@@ -0,0 +1,26 @@
+From d33635fe940ff898e026d3fb77446e52f8f2bd3f Mon Sep 17 00:00:00 2001
+From: Gustavo Zacarias <gustavo@zacarias.com.ar>
+Date: Thu, 16 Feb 2017 14:59:30 -0300
+Subject: [PATCH] include asm/ioctl.h for _IOC_SIZE
+
+Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
+---
+ src/unionfs.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/unionfs.c b/src/unionfs.c
+index 5aed5ce..f6cd368 100644
+--- a/src/unionfs.c
++++ b/src/unionfs.c
+@@ -32,7 +32,7 @@
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <inttypes.h>
+-#include <sys/ioctl.h>
++#include <asm/ioctl.h>
+
+ #ifdef linux
+ #include <sys/vfs.h>
+--
+2.10.2
+
OpenPOWER on IntegriCloud