From owner-freebsd-current@FreeBSD.ORG Wed Oct 27 05:38:40 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 826C816A4CE for ; Wed, 27 Oct 2004 05:38:40 +0000 (GMT) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F7C43D49 for ; Wed, 27 Oct 2004 05:38:39 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received-SPF: pass (mp2.macomnet.net: domain of maxim@macomnet.ru designates 127.0.0.1 as permitted sender) receiver=mp2.macomnet.net; client_ip=127.0.0.1; envelope-from=maxim@macomnet.ru; Received: from localhost (wuwqfl6j@localhost [127.0.0.1]) by mp2.macomnet.net (8.12.11/8.12.11) with ESMTP id i9R5cb5D065073; Wed, 27 Oct 2004 09:38:37 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Wed, 27 Oct 2004 09:38:37 +0400 (MSD) From: Maxim Konovalov To: JINMEI Tatuya / =?ISO-2022-JP?B?GyRCP0BMQEMjOkgbKEI=?= In-Reply-To: Message-ID: <20041027093821.R64903@mp2.macomnet.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=KOI8-R Content-Transfer-Encoding: 8BIT cc: freebsd-current@freebsd.org Subject: Re: minor typo in sys/kern/uipc_socket2.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 05:38:40 -0000 On Wed, 27 Oct 2004, 12:29+0900, JINMEI Tatuya / ¿ÀÌÀãºÈ wrote: > FreeBSD current (and the 5.3 branch) needs the following patch. > Otherwise, it always consumes mbuf cluster for cmsg items even when > unnecessary. > > (I should probably file a PR for this, but I currently do not have a > good access to the PR system. So please forgive me to send this to > the list.) Fixed, thanks! -- Maxim Konovalov