Module Name: src Committed By: maxv Date: Mon Jan 22 07:22:52 UTC 2018
Modified Files: src/sys/kern: uipc_mbuf.c Log Message: Fix m_prepend(). If 'm' is not a pkthdr, it doesn't make sense to use MH_ALIGN, it should rather be M_ALIGN. I'm wondering whether there should not be a KASSERT to make sure 'm' is always a pkthdr. To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 src/sys/kern/uipc_mbuf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.