aboutsummaryrefslogtreecommitdiff
path: root/emulators/open-vm-tools/files/patch-util_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/open-vm-tools/files/patch-util_misc.c')
-rw-r--r--emulators/open-vm-tools/files/patch-util_misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/files/patch-util_misc.c b/emulators/open-vm-tools/files/patch-util_misc.c
index 287b9451f94e..d46d150a3bc3 100644
--- a/emulators/open-vm-tools/files/patch-util_misc.c
+++ b/emulators/open-vm-tools/files/patch-util_misc.c
@@ -1,6 +1,6 @@
--- lib/misc/util_misc.c.orig 2009-04-14 02:38:09.000000000 +0200
+++ lib/misc/util_misc.c 2009-04-14 02:39:00.000000000 +0200
-@@ -289,7 +289,7 @@
+@@ -292,7 +292,7 @@
return (strcmp(path1, path2) == 0);
#elif defined(_WIN32)
return (_stricmp(path1, path2) == 0);
@@ -9,7 +9,7 @@
return (strcasecmp(path1, path2) == 0);
#else
NOT_IMPLEMENTED();
-@@ -316,7 +316,7 @@
+@@ -319,7 +319,7 @@
Bool
Util_IsAbsolutePath(const char *path) // IN: path to check
{