board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / unionfs / 0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
blobf3d8fa15adc952737ef411babd64d3753a72b9b9
1 From d33635fe940ff898e026d3fb77446e52f8f2bd3f Mon Sep 17 00:00:00 2001
2 From: Gustavo Zacarias <gustavo@zacarias.com.ar>
3 Date: Thu, 16 Feb 2017 14:59:30 -0300
4 Subject: [PATCH] include asm/ioctl.h for _IOC_SIZE
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 ---
8 src/unionfs.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
11 diff --git a/src/unionfs.c b/src/unionfs.c
12 index 5aed5ce..f6cd368 100644
13 --- a/src/unionfs.c
14 +++ b/src/unionfs.c
15 @@ -32,7 +32,7 @@
16 #include <sys/types.h>
17 #include <sys/time.h>
18 #include <inttypes.h>
19 -#include <sys/ioctl.h>
20 +#include <asm/ioctl.h>
22 #ifdef linux
23 #include <sys/vfs.h>
24 --
25 2.10.2