aboutsummaryrefslogtreecommitdiffstats
path: root/community/gpgme/lfs64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gpgme/lfs64.patch')
-rw-r--r--community/gpgme/lfs64.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/community/gpgme/lfs64.patch b/community/gpgme/lfs64.patch
new file mode 100644
index 00000000000..c3f32d64b6e
--- /dev/null
+++ b/community/gpgme/lfs64.patch
@@ -0,0 +1,15 @@
+diff --git a/src/posix-io.c b/src/posix-io.c
+index a422d8f..25f694e 100644
+--- a/src/posix-io.c
++++ b/src/posix-io.c
+@@ -74,8 +74,8 @@
+ * define it ourselves. */
+ struct linux_dirent64
+ {
+- ino64_t d_ino;
+- off64_t d_off;
++ ino_t d_ino;
++ off_t d_off;
+ unsigned short d_reclen;
+ unsigned char d_type;
+ char d_name[];