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

Collapse All | Expand All

(-)a/rdisc.c (-2 / +1 lines)
Lines 115-121 static void init(void); Link Here
115
115
116
#define MAXIFS 32
116
#define MAXIFS 32
117
117
118
#if !defined(__GLIBC__) || __GLIBC__ < 2
118
#if defined(__UCLIBC__) || (defined(__GLIBC__) && __GLIBC__ < 2)
119
/* For router advertisement */
119
/* For router advertisement */
120
struct icmp_ra
120
struct icmp_ra
121
{
121
{
122
- 

Return to bug 503914