Page MenuHomeFreeBSD

libnetbsd: Make the function declaration of efopen() match the definition
ClosedPublic

Authored by arichardson on Nov 30 2017, 4:41 PM.
Tags
None
Referenced Files
F132835890: D13305.id36007.diff
Mon, Oct 20, 9:25 AM
F132835884: D13305.id38058.diff
Mon, Oct 20, 9:25 AM
F132835883: D13305.id.diff
Mon, Oct 20, 9:25 AM
F132764656: D13305.diff
Sun, Oct 19, 6:45 PM
Unknown Object (File)
Mon, Sep 29, 2:03 AM
Unknown Object (File)
Sun, Sep 28, 2:23 PM
Unknown Object (File)
Sat, Sep 27, 9:55 PM
Unknown Object (File)
Wed, Sep 24, 3:03 PM
Subscribers

Details

Summary

In order to crossbuild FreeBSD on Mac/Linux I also need to build libnetbsd
and FILE* is not equal to struct __sFILE on those platforms.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'd guess the upstream version used struct __sFILE to avoid header pollution somewhere, but this seems perfectly fine here.

This revision is now accepted and ready to land.Nov 30 2017, 7:26 PM
This revision was automatically updated to reflect the committed changes.