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

Collapse All | Expand All

(-)port.h.ori (-1 / +1 lines)
Lines 247-253 Link Here
247
#endif
247
#endif
248
248
249
#ifndef _IPADDR_T
249
#ifndef _IPADDR_T
250
# if defined(__alpha) || defined(__arch64__)
250
# if defined(__alpha) || defined(__arch64__) || defined(__x86_64__)
251
typedef unsigned int	ipaddr_t;
251
typedef unsigned int	ipaddr_t;
252
# else
252
# else
253
typedef unsigned long	ipaddr_t;
253
typedef unsigned long	ipaddr_t;

Return to bug 472696