Date: Fri, 8 May 2009 12:16:48 +1000 (EST) From: "Sam Wan" <sam@ip6.com.au> To: freebsd-net@freebsd.org Subject: nf_sockopt_init in uipc_socket.c Message-ID: <15484.220.233.42.226.1241749008.squirrel@secure.ip6.com.au>
next in thread | raw e-mail | index | archive | help
Hi, With 7.2, is ok to add the following function to the uipc_socket.c file? void nf_sockopt_init(void) { LIST_INIT(&nf_sockopts); mtx_init(&nf_sockopt_mutex,"linux netfilter lock",NULL,MTX_DEF); } Thanks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15484.220.233.42.226.1241749008.squirrel>