diff options
Diffstat (limited to 'emulators/open-vm-tools/files/patch-dndLinux.c')
-rw-r--r-- | emulators/open-vm-tools/files/patch-dndLinux.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/open-vm-tools/files/patch-dndLinux.c b/emulators/open-vm-tools/files/patch-dndLinux.c deleted file mode 100644 index 1f525f5a44e0..000000000000 --- a/emulators/open-vm-tools/files/patch-dndLinux.c +++ /dev/null @@ -1,11 +0,0 @@ ---- services/plugins/dndcp/dnd/dndLinux.c.orig -+++ services/plugins/dndcp/dnd/dndLinux.c -@@ -455,7 +455,7 @@ - DnD_CheckBlockFuse(int blockFd) // IN - { - char buf[sizeof(VMBLOCK_FUSE_READ_RESPONSE)]; -- size_t size; -+ ssize_t size; - - size = read(blockFd, buf, sizeof(VMBLOCK_FUSE_READ_RESPONSE)); - if (size < 0) { |