Date: Fri, 5 Sep 2008 04:05:31 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c Message-ID: <200809050405.m8545lQt032184@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2008-09-05 04:05:31 UTC FreeBSD src repository Modified files: sys/kern uipc_mbuf.c Log: SVN rev 182777 on 2008-09-05 04:05:31Z by thompsa Remove the alignment of the align parameter. This is up to the caller to pass in and it breaks tap(4) on strict alignment machines as m_uiotombuf is called with ETHER_ALIGN. Found by: Jared Go Reviewed by: emax MFC after: 3 days Revision Changes Path 1.180 +1 -3 src/sys/kern/uipc_mbuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809050405.m8545lQt032184>