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
F165293152: D13305.id38058.diff
Fri, Aug 7, 11:28 AM
F165274621: D13305.id.diff
Fri, Aug 7, 8:32 AM
Unknown Object (File)
Thu, Jul 30, 9:27 PM
Unknown Object (File)
Jul 6 2026, 4:57 AM
Unknown Object (File)
Jul 5 2026, 2:33 PM
Unknown Object (File)
Jun 12 2026, 12:51 PM
Unknown Object (File)
Jun 10 2026, 3:30 AM
Unknown Object (File)
Jun 9 2026, 1:40 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.