diff options
author | 2014-10-11 11:58:05 -0400 | |
---|---|---|
committer | 2014-10-11 11:58:05 -0400 | |
commit | b55dad0ffdcb610e070ebf66cc1f7bd5be37ea4a (patch) | |
tree | 3aea932b521fd1bb392ea22cb0e836e575aa27da /app-emulation/open-vm-tools-kmod/files/putname.patch | |
parent | now compiles on 3.17.0 :-) (diff) | |
download | vmware-b55dad0ffdcb610e070ebf66cc1f7bd5be37ea4a.tar.gz vmware-b55dad0ffdcb610e070ebf66cc1f7bd5be37ea4a.tar.bz2 vmware-b55dad0ffdcb610e070ebf66cc1f7bd5be37ea4a.zip |
synching open-vm-tools-kmod with latest in mainline
Diffstat (limited to 'app-emulation/open-vm-tools-kmod/files/putname.patch')
-rw-r--r-- | app-emulation/open-vm-tools-kmod/files/putname.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/open-vm-tools-kmod/files/putname.patch b/app-emulation/open-vm-tools-kmod/files/putname.patch deleted file mode 100644 index b605e12..0000000 --- a/app-emulation/open-vm-tools-kmod/files/putname.patch +++ /dev/null @@ -1,13 +0,0 @@ -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; - } |