[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080205.163422.122562967.davem@davemloft.net>
Date: Tue, 05 Feb 2008 16:34:22 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: johfel@....de
Cc: netdev@...r.kernel.org, den@...nvz.org
Subject: Re: [PATCH] [IPV4]: Fix compiler error with CONFIG_PROC_FS=n
From: Johann Felix Soden <johfel@....de>
Date: Tue, 05 Feb 2008 19:43:54 +0100
> From: Johann Felix Soden <johfel@...rs.sourceforge.net>
>
> Handle CONFIG_PROC_FS=n in net/ipv4/fib_frontend.c because:
>
> net/ipv4/fib_frontend.c: In function 'fib_net_init':
> net/ipv4/fib_frontend.c:1032: error: implicit declaration of function 'fib_proc_init'
> net/ipv4/fib_frontend.c: In function 'fib_net_exit':
> net/ipv4/fib_frontend.c:1047: error: implicit declaration of function 'fib_proc_exit'
>
> Signed-off-by: Johann Felix Soden <johfel@...rs.sourceforge.net>
I'm pretty sure I merged in a change this morning which fixes
this.
BTW, in general we do not put ifdefs into *.c code to fix stuff
like this, instead we add empty implementations into a header
file which is a better place for ifdef tests.
And that's how the patch which was merged handles this problem.
--
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