Add Novell Client 2.0 Beta to the experimental tree; the next step is to cleanup the ebuilds; then start extending the ebuilds to amd64 (yes novell created a public amd64 version)

This commit is contained in:
geos_one
2007-08-02 20:17:08 +00:00
parent c73a6acd4c
commit 473b8d5775
69 changed files with 306 additions and 34662 deletions

View File

@@ -0,0 +1,11 @@
--- novfs-2.0.0/src/daemon.c.orig 2007-05-11 08:55:19.000000000 +0200
+++ novfs-2.0.0/src/daemon.c 2007-05-17 20:37:00.000000000 +0200
@@ -2780,7 +2780,7 @@
{
atomic_inc(&inode->i_count);
}
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,23)
// Version of 2.6.20 changed the number of
// parameters passed to vfs_unlink.
error = vfs_unlink(nd.dentry->d_inode, dentry, nd.mnt);