Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2002 12:49:48 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Michael Class <michael_class@gmx.net>, freebsd-current@FreeBSD.ORG
Subject:   Re: GEOM and SCSI-cd: mount not working any more
Message-ID:  <20021006194948.GA70043@dragon.nuxi.com>
In-Reply-To: <38839.1033921212@critter.freebsd.dk>
References:  <3DA05E8D.6010201@gmx.net> <38839.1033921212@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021006194948.GA70043>