From owner-freebsd-fs@FreeBSD.ORG Fri Feb 20 05:50:48 2004 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE78116A4CE; Fri, 20 Feb 2004 05:50:48 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680E743D1D; Fri, 20 Feb 2004 05:50:48 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with ESMTP id i1KDokXh089778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Feb 2004 22:50:47 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 20 Feb 2004 22:50:47 +0900 (JST) Message-Id: <200402201350.i1KDokXh089778@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Yar Tikhiy In-Reply-To: <20040220134054.GD91603@comp.chem.msu.su> References: <200402201211.i1KCBbXh087403@sakura.ninth-nine.com> <20040220134054.GD91603@comp.chem.msu.su> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: fs@FreeBSD.org Subject: Re: Cannot build hfs-freebsd-03p1 on 5-current X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 13:50:49 -0000 Hi Yar! On Fri, 20 Feb 2004 16:40:54 +0300 Yar Tikhiy wrote: > On Fri, Feb 20, 2004 at 09:11:37PM +0900, Norikatsu Shigemura wrote: > > Hum.. I can't compile hfs-freebsd-03p1 on 5-current. > > Anyone, do you know this fix? > [...] > > /tmp/hfs-freebsd-03p1/darwin/xnu/bsd/hfs/hfs_readwrite.c: In function `hfs_write': > > /tmp/hfs-freebsd-03p1/darwin/xnu/bsd/hfs/hfs_readwrite.c:341: error: structure has no member named `p_rlimit' > I believe that was due to a recent change in the per-process rlimit structure. > Would you mind trying the patch attached below? Thank you for your patch. I could compile it, and I'll try to run!