Re: The open() system call in f8 really broken...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Aug 16, 2007 at 05:48:18PM -0500, Eric Sandeen wrote:
> Roland McGrath wrote:
> >> One unfortunate side-effect of this is that cscope doesn't find these as
> >> "open" callers now.  Maybe I need a smarter cscope.  It gets it to
> >> build, though.
> > 
> > Yes, cscope should learn C.
> > 
> >>> retval = test_io_backing_manager->(open)(name, flags, &data->real);
> >> FWIW this didn't help, build failed same as before.
> > 
> > I'm not sure we believe you.
> 
> sorry, different failure.
> 
> *shrug* maybe I'm just dense and/or worn out today.  I'll go with what
> works.

Oops, sorry, shouldn't have listed that as alternative, that is not valid.
retval = (test_io_backing_manager->open)(name, flags, &data->real);
and
retval = (*test_io_backing_manager->open)(name, flags, &data->real);
are though.

	Jakub

--
Fedora-maintainers mailing list
Fedora-maintainers@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers

--
Fedora-maintainers-readonly mailing list
Fedora-maintainers-readonly@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly

[Index of Archives]     [Fedora Users]     [Fedora Development]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux