This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -1,26 +0,0 @@
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

View File

@@ -1,3 +1,3 @@
# Locally computed
sha256 f24d7dd64c678cefacbebf2727b61e3127b8ecb6bb9176d7117dd31503455643 unionfs-2.0.tar.gz
sha256 976ca25b7706911f1a6e981c0fd236b607f497aa0b23d407825b0aad41f7c896 0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
sha256 f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049 LICENSE
sha256 c705072a33a18cbc73ffe799331d43410b6deef5d6f2042038f8fd3ab17b6e2e unionfs-2.1.tar.gz

View File

@@ -4,7 +4,7 @@
#
################################################################################
UNIONFS_VERSION = 2.0
UNIONFS_VERSION = 2.1
UNIONFS_SITE = $(call github,rpodgorny,unionfs-fuse,v$(UNIONFS_VERSION))
UNIONFS_DEPENDENCIES = libfuse host-pkgconf
UNIONFS_LICENSE = BSD-3-Clause