Marc G. Fournier wrote:
[...]
> Here's what I have right now:
> 
> __FBSDID("$FreeBSD: src/sys/kern/kern_mbuf.c,v 1.9.2.9 2007/02/11 03:31:18 
> mohans Exp $");
>  * $FreeBSD: src/sys/sys/mbuf.h,v 1.170.2.7 2007/02/11 03:31:19 mohans Exp $
>  * $FreeBSD: src/sys/vm/uma.h,v 1.22.2.8 2007/02/11 03:31:19 mohans Exp $
> __FBSDID("$FreeBSD: src/sys/vm/uma_core.c,v 1.119.2.19 2007/02/11 03:31:19 
> mohans Exp $");
> __FBSDID("$FreeBSD: src/sys/vm/uma_core.c,v 1.119.2.19 2007/02/11 03:31:19 
> mohans Exp $");
> __FBSDID("$FreeBSD: src/sys/kern/uipc_socket.c,v 1.242.2.8 2007/02/03 
> 04:01:22 
> bms Exp $");
> 
> The only one that looks off is uipc_socket.c ... do I need to copy that from 
> HEAD?  Are there any compatibility issues with doing that?

No, you can not simply copy the file.  Try patching your system with:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/uipc_socket.c.diff?r1=1.292&r2=1.293

You can just ignore the first hunk.  Please note that you may also need
to modify uipc_socket2.c just in the way that this file is changed.

Cheers,
-- 
Xin LI <[EMAIL PROTECTED]>      http://www.delphij.net/
FreeBSD - The Power to Serve!

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to