]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/unionfs/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / unionfs / 0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
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
5
6 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
7 ---
8  src/unionfs.c | 2 +-
9  1 file changed, 1 insertion(+), 1 deletion(-)
10
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>
21  
22  #ifdef linux
23         #include <sys/vfs.h>
24 -- 
25 2.10.2
26