summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-09-29 10:20:50 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-09-29 10:20:50 +0000
commitbe131d6407a6dfc7631ab96caa351dac64d29af3 (patch)
treec4c704060d33b10b488a20224936c702dba31f62 /app-pda/p3nfs/files
parentStable on x86, bug #101890. (diff)
downloadgentoo-2-be131d6407a6dfc7631ab96caa351dac64d29af3.tar.gz
gentoo-2-be131d6407a6dfc7631ab96caa351dac64d29af3.tar.bz2
gentoo-2-be131d6407a6dfc7631ab96caa351dac64d29af3.zip
Revision bump, with patch to fix bug #89537. Assigned to mobile-phone herd.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-pda/p3nfs/files')
-rw-r--r--app-pda/p3nfs/files/digest-p3nfs-5.18-r11
-rw-r--r--app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch10
2 files changed, 11 insertions, 0 deletions
diff --git a/app-pda/p3nfs/files/digest-p3nfs-5.18-r1 b/app-pda/p3nfs/files/digest-p3nfs-5.18-r1
new file mode 100644
index 000000000000..f4d346892027
--- /dev/null
+++ b/app-pda/p3nfs/files/digest-p3nfs-5.18-r1
@@ -0,0 +1 @@
+MD5 93207a9959804cca0b7f68f441da3fcf p3nfs-5.18.tar.gz 262240
diff --git a/app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch b/app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch
new file mode 100644
index 000000000000..60a0595fd610
--- /dev/null
+++ b/app-pda/p3nfs/files/p3nfs-5.18-fix-defines.patch
@@ -0,0 +1,10 @@
+--- mp_mount.c 2005-09-29 12:04:12.000000000 +0200
++++ mp_mount.c.new 2005-09-29 12:04:23.000000000 +0200
+@@ -60,7 +60,6 @@
+ #include <rpc/rpc.h>
+ #ifdef linux
+ #define _LINUX_SUNRPC_MSGPROT_H_
+-#define __KERNEL__ /* define nfs_fh for nfs_mount_data */
+ #include "nfs_prot.h"
+ #undef __KERNEL__
+ #else