Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192377 | Differences between
and this patch

Collapse All | Expand All

(-)open-vm-tools-2007.09.04-56574.orig/lib/dnd/dndLinux.c (-1 / +1 lines)
Lines 113-119 Link Here
113
const char *
113
const char *
114
DnD_GetFileRoot(void)
114
DnD_GetFileRoot(void)
115
{
115
{
116
   static char fileRoot[DND_MAX_PATH] = "/tmp/VMwareDnD/";
116
   static char fileRoot[DND_MAX_PATH] = "/var/tmp/vmware/dnd";
117
   return fileRoot;
117
   return fileRoot;
118
}
118
}
119
119
(-)open-vm-tools-2007.09.04-56574.orig/modules/linux/vmblock/linux/module.c (-1 / +1 lines)
Lines 46-52 Link Here
46
                 "10 means very verbose, 4 is default)");
46
                 "10 means very verbose, 4 is default)");
47
#endif /* } */
47
#endif /* } */
48
48
49
static char *root = "/tmp/VMwareDnD";
49
static char *root = "/var/tmp/vmware/dnd";
50
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 9)
50
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 9)
51
module_param(root, charp, 0600);
51
module_param(root, charp, 0600);
52
#else
52
#else

Return to bug 192377