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

Collapse All | Expand All

(-)vpnclient-orig/GenDefs.h (+9 lines)
Lines 105-110 Link Here
105
#define _INTPTR_T_DEFINED
105
#define _INTPTR_T_DEFINED
106
#endif
106
#endif
107
107
108
/* uintptr_t has been defined in include/linux/types.h in 2.6.24.
109
 * No need to define it here again (will only lead to compile errors)
110
 *
111
 * by Alexander Griesser <work@tuxx-home.at>, 2008-01-11
112
 */
113
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24)
114
#define _UINTPTR_T_DEFINED
115
#endif
116
108
#ifndef _UINTPTR_T_DEFINED
117
#ifndef _UINTPTR_T_DEFINED
109
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)
118
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24)
110
#if defined(_LP64)
119
#if defined(_LP64)

Return to bug 234361