summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2005-05-18 10:53:22 +0000
committerChristian Andreetta <satya@gentoo.org>2005-05-18 10:53:22 +0000
commit58fb3ed7a4c97980b30c4f57fa0ce5a658a12b5d (patch)
tree2f09699fe052229d8802e0ca69eaee765df01959 /sys-fs/unionfs/files
parentold ebuilds cleanup (diff)
downloadgentoo-2-58fb3ed7a4c97980b30c4f57fa0ce5a658a12b5d.tar.gz
gentoo-2-58fb3ed7a4c97980b30c4f57fa0ce5a658a12b5d.tar.bz2
gentoo-2-58fb3ed7a4c97980b30c4f57fa0ce5a658a12b5d.zip
version bump
Diffstat (limited to 'sys-fs/unionfs/files')
-rw-r--r--sys-fs/unionfs/files/digest-unionfs-1.0.12a1
-rw-r--r--sys-fs/unionfs/files/unionfs-1.0.12a-amd64.patch20
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/unionfs/files/digest-unionfs-1.0.12a b/sys-fs/unionfs/files/digest-unionfs-1.0.12a
new file mode 100644
index 000000000000..9d16d7e5e89d
--- /dev/null
+++ b/sys-fs/unionfs/files/digest-unionfs-1.0.12a
@@ -0,0 +1 @@
+MD5 6d7f0b7e111d40cd8799510c6a9eca92 unionfs-1.0.12a.tar.gz 120853
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)