Re: [PATCH] IPV4: fix compile error building without CONFIG_FS_PROC

2008-02-05 Thread David Miller
From: Li Zefan [EMAIL PROTECTED] Date: Mon, 04 Feb 2008 11:16:24 +0800 compile error building without CONFIG_FS_PROC: 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

Re: [PATCH] IPV4: fix compile error building without CONFIG_FS_PROC

2008-02-03 Thread Li Zefan
compile error building without CONFIG_FS_PROC. 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

Re: [PATCH] IPV4: fix compile error building without CONFIG_FS_PROC

2008-02-03 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Mon, 04 Feb 2008 08:47:29 +0800), Li Zefan [EMAIL PROTECTED] says: compile error building without CONFIG_FS_PROC. : The exit method should have no return values... Have you really tested this with CONFIG_FS_PROC? --yoshfuji - To unsubscribe from this list:

[PATCH] IPV4: fix compile error building without CONFIG_FS_PROC

2008-02-02 Thread Li Zefan
compile error building without CONFIG_FS_PROC. 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