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

Collapse All | Expand All

(-)unixODBC/inc/sqltypes.h.orig (-1 / +1 lines)
Lines 31-37 Link Here
31
#endif
31
#endif
32
32
33
#ifndef SIZEOF_LONG
33
#ifndef SIZEOF_LONG
34
# if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__)
34
# if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__)
35
# define SIZEOF_LONG        8
35
# define SIZEOF_LONG        8
36
#else
36
#else
37
# define SIZEOF_LONG        4
37
# define SIZEOF_LONG        4

Return to bug 223385