Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 197636
Collapse All | Expand All

(-)vmware-any-any-update115/vmmon-only/include/iocontrols_compat.h (-1 / +1 lines)
Lines 15-21 Link Here
15
#define VMMON_VERSION_V5        (116 << 16 | 0)
15
#define VMMON_VERSION_V5        (116 << 16 | 0)
16
#define VMMON_VERSION_V55       (137 << 16 | 0)
16
#define VMMON_VERSION_V55       (137 << 16 | 0)
17
#define VMMON_VERSION_S1B1      (138 << 16 | 0)
17
#define VMMON_VERSION_S1B1      (138 << 16 | 0)
18
#define VMMON_VERSION_V6        (161 << 16 | 0)
18
#define VMMON_VERSION_V6        (167 << 16 | 0)
19
19
20
/*
20
/*
21
 * Limit structure for CREATE_VM
21
 * Limit structure for CREATE_VM
(-)vmware-any-any-update115/vmmon-only/include/vcpuset.h (-1 / +1 lines)
Lines 71-77 Link Here
71
#define ffs(x) ffs_x86_64(x)
71
#define ffs(x) ffs_x86_64(x)
72
72
73
#elif defined MODULE
73
#elif defined MODULE
74
   #include "asm/bitops.h"
74
   #include "linux/bitops.h"
75
#elif defined __APPLE__ && defined KERNEL
75
#elif defined __APPLE__ && defined KERNEL
76
   /* 
76
   /* 
77
    * XXXMACOS An ugly hack to resolve redefinition of PAGE_ defines 
77
    * XXXMACOS An ugly hack to resolve redefinition of PAGE_ defines 

Return to bug 197636