summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Lashley <malc@gentoo.org>2005-05-09 01:18:26 +0000
committerMalcolm Lashley <malc@gentoo.org>2005-05-09 01:18:26 +0000
commit2cfa2567bc038dc23fe79a5ad590a5d610c064a2 (patch)
tree9eda6784209655fb145432a7dc4d4a5574735129 /sys-fs/unionfs/files
parentstable on ia64 (diff)
downloadgentoo-2-2cfa2567bc038dc23fe79a5ad590a5d610c064a2.tar.gz
gentoo-2-2cfa2567bc038dc23fe79a5ad590a5d610c064a2.tar.bz2
gentoo-2-2cfa2567bc038dc23fe79a5ad590a5d610c064a2.zip
Fix compilation on amd64 - closes bug #87580
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'sys-fs/unionfs/files')
-rw-r--r--sys-fs/unionfs/files/unionfs-1.0.11-amd64.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/unionfs/files/unionfs-1.0.11-amd64.patch b/sys-fs/unionfs/files/unionfs-1.0.11-amd64.patch
new file mode 100644
index 000000000000..ae1564d546ca
--- /dev/null
+++ b/sys-fs/unionfs/files/unionfs-1.0.11-amd64.patch
@@ -0,0 +1,20 @@
+--- unionfs-1.0.11/file.c 2005-03-24 03:25:47.000000000 +0000
++++ unionfs-1.0.11_malc/file.c 2005-03-26 21:32:16.000000000 +0000
+@@ -22,6 +22,7 @@
+ #include "fist.h"
+ #include "unionfs.h"
+ #include <linux/dcache.h>
++#include <linux/compat.h>
+
+ /*******************
+ * File Operations *
+--- unionfs-1.0.11/locks.c 2005-03-24 03:25:47.000000000 +0000
++++ unionfs-1.0.11_malc/locks.c 2005-03-26 21:33:10.000000000 +0000
+@@ -22,6 +22,7 @@
+ #endif /* HAVE_CONFIG_H */
+ #include "fist.h"
+ #include "unionfs.h"
++#include <linux/compat.h>
+
+
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)