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


_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to