Messages in this thread |  | | | Date | Fri, 20 Dec 2002 00:49:13 +0100 | | From | Lukas Hejtmanek <> | | Subject | Re: BUG: 2.5.52-bk4 |
On Thu, Dec 19, 2002 at 06:19:21PM -0500, Colin Slater wrote: > if (raw_proc_init()) > goto out_raw; > - if (tcp_proc_init()) > + if (!proc_net_create("tcp", 0, tcp_get_info))
I have got these: net/built-in.o(.init.text+0x1489): In function `ipv4_proc_init': : undefined reference to `proc_net_create' net/built-in.o(.init.text+0x14be): In function `ipv4_proc_init': : undefined reference to `proc_net_remove' make: *** [.tmp_vmlinux1] Error 1
-- Lukáš Hejtmánek - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |