[patch] Re: [bug, build failure] Re: [PATCH] missing bits ofnet-namespace / sysctl

From: Ingo Molnar
Date: Sun Jul 27 2008 - 17:43:18 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> hmmm:
>
> net/ipv4/route.c: In function 'ip_static_sysctl_init':
> net/ipv4/route.c:3225: error: 'ipv4_route_path' undeclared (first use in this function)
> net/ipv4/route.c:3225: error: (Each undeclared identifier is reported only once
> net/ipv4/route.c:3225: error: for each function it appears in.)
> net/ipv4/route.c:3225: error: 'ipv4_route_table' undeclared (first use in this function)
>
> 64-bit x86 config attached.

minimal fix is below.

Ingo