summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch')
-rw-r--r--sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch b/sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch
new file mode 100644
index 000000000000..ae1564d546ca
--- /dev/null
+++ b/sys-fs/unionfs/files/unionfs-1.0.12a-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)