From owner-freebsd-current@FreeBSD.ORG Sat Jan 31 08:24:25 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 637D716A4CE; Sat, 31 Jan 2004 08:24:25 -0800 (PST) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7590043D31; Sat, 31 Jan 2004 08:24:24 -0800 (PST) (envelope-from xcas@cox.net) Received: from localhost.bsd-unix.org ([68.2.134.143]) by fed1mtao08.cox.netSMTP <20040131162422.VQNP5698.fed1mtao08.cox.net@localhost.bsd-unix.org>; Sat, 31 Jan 2004 11:24:22 -0500 Date: Sat, 31 Jan 2004 09:25:34 -0700 From: "Greg J." To: Tim Robbins Message-Id: <20040131092534.0ba836b2.xcas@cox.net> In-Reply-To: <20040131152608.GA28862@cat.robbins.dropbear.id.au> References: <20040128075639.32890e82.xcas@cox.net> <20040131152608.GA28862@cat.robbins.dropbear.id.au> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; amd64-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: mounting msdos partitions buggy? 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: Sat, 31 Jan 2004 16:24:25 -0000 On Sun, 1 Feb 2004 02:26:08 +1100 Tim Robbins wrote: > Try this patch. I'm pretty sure that the problem is that an int * is > bogusly cast to a size_t * in a few places in msdosfs_conv.c, > but I don't have an amd64 system myself, so I haven't been able to > test it. That did the trick.. thanks.