From owner-freebsd-current Sun Oct 6 12:49:51 2002 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 8BDC537B401 for ; Sun, 6 Oct 2002 12:49:50 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A7043E75 for ; Sun, 6 Oct 2002 12:49:50 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g96JnnFX070077; Sun, 6 Oct 2002 12:49:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g96JnmW2070076; Sun, 6 Oct 2002 12:49:48 -0700 (PDT) Date: Sun, 6 Oct 2002 12:49:48 -0700 From: "David O'Brien" To: Michael Class , freebsd-current@FreeBSD.ORG Subject: Re: GEOM and SCSI-cd: mount not working any more Message-ID: <20021006194948.GA70043@dragon.nuxi.com> Reply-To: freebsd-current@FreeBSD.ORG References: <3DA05E8D.6010201@gmx.net> <38839.1033921212@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <38839.1033921212@critter.freebsd.dk> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 06, 2002 at 06:20:12PM +0200, Poul-Henning Kamp wrote: > Can I get you to insert printfs like the one below all places > in vfs_mount.c and cd9660_vfsops.c where you see it using EINVAL > and try to find out which particular one it is ? > > printf("EINVAL HERE %s %d\n", __FILE__, __LINE__): printf("EINVAL HERE %s %s %d\n", __func__, __FILE__, __LINE__); even, since we do have C99 in -current. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message