Received: by mail.netbsd.org (Postfix, from userid 0) id 2279363B10C; Fri, 29 May 2009 00:10:54 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9A23363B321 for ; Fri, 29 May 2009 00:10:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3234B175D0; Fri, 29 May 2009 00:10:52 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Fri, 29 May 2009 00:10:52 +0000 From: YAMAMOTO Takashi Subject: CVS commit: src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20090529001052.3234B175D0@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: yamt Date: Fri May 29 00:10:52 UTC 2009 Modified Files: src/sys/kern: kern_descrip.c Log Message: fd_free: reset fd_himap/lomap to make fd_checkmaps comfortable. PR/41487. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/kern/kern_descrip.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.