[open-vm-tools/el6] Adding the missing patch file and updated sources for open-vm-tools-9.4.6-1770165.tar.gz

Simone Caronni slaanesh at fedoraproject.org
Thu Jul 17 06:57:29 UTC 2014


commit fbd890c2869bb0af2ba08504bcf1f6f402e81d74
Author: Ravindra Kumar <ravindrakumar at vmware.com>
Date:   Tue Jul 15 15:47:58 2014 -0700

    Adding the missing patch file and updated sources for open-vm-tools-9.4.6-1770165.tar.gz

 .gitignore            |    1 +
 sizeof_argument.patch |   12 ++++++++++++
 sources               |    2 +-
 3 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72b0f84..8d80917 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /open-vm-tools-9.2.2-893683.tar.gz
 /open-vm-tools-9.2.3-1031360.tar.gz
 /open-vm-tools-9.4.0-1280544.tar.gz
+/open-vm-tools-9.4.6-1770165.tar.gz
diff --git a/sizeof_argument.patch b/sizeof_argument.patch
new file mode 100644
index 0000000..53e1e65
--- /dev/null
+++ b/sizeof_argument.patch
@@ -0,0 +1,12 @@
+--- open-vm-tools-9.4.6-1770165.orig/lib/syncDriver/syncDriverPosix.c	2014-07-15 13:42:21.043818478 -0700
++++ open-vm-tools-9.4.6-1770165/lib/syncDriver/syncDriverPosix.c	2014-07-15 13:55:41.724103304 -0700
+@@ -72,8 +72,7 @@
+    size_t i;
+ 
+    for (i = 0; i < ARRAYSIZE(gRemoteFSTypes); i++) {
+-      if (Str_Strncmp(fsType, gRemoteFSTypes[i],
+-                      sizeof gRemoteFSTypes[i]) == 0) {
++      if (Str_Strcmp(gRemoteFSTypes[i], fsType) == 0) {
+          return TRUE;
+       }
+    }
diff --git a/sources b/sources
index 8ae0d78..0eb6d6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91f74bf6e42a3f460a42b3be31db31dc  open-vm-tools-9.4.0-1280544.tar.gz
+3969daf1535d34e1c5f0c87a779b7642  open-vm-tools-9.4.6-1770165.tar.gz


More information about the scm-commits mailing list