From owner-cvs-all Tue Feb 20 0:23:48 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D23E837B491; Tue, 20 Feb 2001 00:23:41 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1K8Nf787620; Tue, 20 Feb 2001 00:23:41 -0800 (PST) (envelope-from luigi) Message-Id: <200102200823.f1K8Nf787620@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 20 Feb 2001 00:23:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2001/02/20 00:23:41 PST Modified files: sys/kern uipc_mbuf.c Log: Preserve alignment of first mbuf in m_copypacket. This is useful when doing copies of packet where some leading space has been preallocated to insert protocol headers. Note that there are in fact almost no users of m_copypacket. MFC candidate. Revision Changes Path 1.68 +5 -1 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message