[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080806.183104.55343544.davem@davemloft.net>
Date: Wed, 06 Aug 2008 18:31:04 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: paulius.zaleckas@...tonika.lt
Cc: wangchen@...fujitsu.com, mingo@...e.hu, viro@...IV.linux.org.uk,
netdev@...r.kernel.org
Subject: Re: [PATCH] net/ipv4/route.c: fix build error
From: Paulius Zaleckas <paulius.zaleckas@...tonika.lt>
Date: Wed, 06 Aug 2008 16:04:51 +0300
> This function is over ifdef'ed :)
>
> #ifdef CONFIG_SYSCTL
> /*
> * We really need to sanitize the damn ipv4 init order, then all
> * this nonsense will go away.
> */
> void __init ip_static_sysctl_init(void)
> {
> #ifdef CONFIG_SYSCTL
> register_sysctl_paths(ipv4_route_path, ipv4_route_table);
> #endif
> }
> #endif
Thanks, I've gotten rid of the inner ones in my tree.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists