From owner-cvs-src@FreeBSD.ORG Fri Sep 19 01:10:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5309106564A; Fri, 19 Sep 2008 01:10:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 87DFA8FC12; Fri, 19 Sep 2008 01:10:34 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J1AYgo002705; Fri, 19 Sep 2008 01:10:34 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J1AYgd002697; Fri, 19 Sep 2008 01:10:34 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200809190110.m8J1AYgd002697@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Fri, 19 Sep 2008 01:10:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern uipc_mbuf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 01:10:34 -0000 thompsa 2008-09-19 01:10:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern uipc_mbuf.c Log: SVN rev 183164 on 2008-09-19 01:10:19Z by thompsa MFC r182777 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. Approved by: re (kensmith) Revision Changes Path 1.174.2.2 +1 -3 src/sys/kern/uipc_mbuf.c