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

Collapse All | Expand All

(-)a/open-vm-tools/vgauth/common/vmxlog.c (-3 / +2 lines)
Lines 77-89 Link Here
77
typedef unsigned __int64 uint64;
77
typedef unsigned __int64 uint64;
78
78
79
#endif
79
#endif
80
#ifdef __linux__
80
#if defined(__linux__) && defined(__GLIBC__)
81
typedef __uint32_t uint32;
81
typedef __uint32_t uint32;
82
typedef __uint64_t uint64;
82
typedef __uint64_t uint64;
83
83
84
#define SOCKET int
84
#define SOCKET int
85
#endif
85
#elif defined(__linux__) || defined(sun)
86
#ifdef sun
87
typedef uint32_t uint32;
86
typedef uint32_t uint32;
88
typedef uint64_t uint64;
87
typedef uint64_t uint64;
89
88

Return to bug 862795