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

(-)os.h.orig (-1 / +3 lines)
Lines 233-238 Link Here
233
typedef int                     int32_t;
233
typedef int                     int32_t;
234
typedef unsigned int            u_int32_t;
234
typedef unsigned int            u_int32_t;
235
235
236
/*
237
 * Multiple declaration problem on amd64.
236
# if __GNUC__ >= 2
238
# if __GNUC__ >= 2
237
239
238
#  ifndef int64_t
240
#  ifndef int64_t
Lines 243-249 Link Here
243
typedef unsigned long long      u_int64_t;
245
typedef unsigned long long      u_int64_t;
244
#  endif
246
#  endif
245
247
246
# endif	/* __GNUC__ >= 2 */
248
# endif	*/ /* __GNUC__ >= 2 */ 
247
249
248
#endif	/* __FreeBSD__ */
250
#endif	/* __FreeBSD__ */
249
#endif	/* __BIT_TYPES_DEFINED__ */
251
#endif	/* __BIT_TYPES_DEFINED__ */

Return to bug 102146