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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message