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
Unknown Object (File)
Mon, Apr 27, 4:27 PM
Unknown Object (File)
Fri, Apr 24, 1:20 PM
Unknown Object (File)
Mon, Apr 20, 3:20 AM
Unknown Object (File)
Apr 14 2026, 8:59 PM
Unknown Object (File)
Apr 14 2026, 3:00 AM
Unknown Object (File)
Apr 11 2026, 12:41 AM
Unknown Object (File)
Apr 7 2026, 2:00 PM
Unknown Object (File)
Mar 31 2026, 4:43 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.