diff options
author | Vadim Kuznetsov <vadimk@gentoo.org> | 2013-06-16 07:48:37 -0400 |
---|---|---|
committer | Vadim Kuznetsov <vadimk@gentoo.org> | 2013-06-16 07:48:37 -0400 |
commit | 814a2f4ce66af1d3abd2458d08db73be3982877f (patch) | |
tree | 560881aaf45b710f3f8c75a0ed5af9ac4bd077ea /app-emulation/open-vm-tools-kmod/files | |
parent | vmware desktop 9.0.2 version bump. Bugs 459566, 458228, 460908. (diff) | |
download | vmware-814a2f4ce66af1d3abd2458d08db73be3982877f.tar.gz vmware-814a2f4ce66af1d3abd2458d08db73be3982877f.tar.bz2 vmware-814a2f4ce66af1d3abd2458d08db73be3982877f.zip |
open-vm-tools: version bump (not tested); dropped maintainer
Diffstat (limited to 'app-emulation/open-vm-tools-kmod/files')
-rw-r--r-- | app-emulation/open-vm-tools-kmod/files/putname.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-emulation/open-vm-tools-kmod/files/putname.patch b/app-emulation/open-vm-tools-kmod/files/putname.patch new file mode 100644 index 0000000..b605e12 --- /dev/null +++ b/app-emulation/open-vm-tools-kmod/files/putname.patch @@ -0,0 +1,13 @@ +diff --git a/modules/linux/vmblock/linux/control.c b/modules/linux/vmblock/linux/control.c +index 79716bd..2dd83fe 100644 +--- a/modules/linux/vmblock/linux/control.c ++++ b/modules/linux/vmblock/linux/control.c +@@ -293,7 +293,7 @@ ExecuteBlockOp(const char __user *buf, // IN: buffer with name + + retval = i < 0 ? -EINVAL : blockOp(name, blocker); + +- putname(name); ++ __putname(name); + + return retval; + } |