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, Jun 9, 10:12 AM
Unknown Object (File)
Fri, May 30, 4:21 AM
Unknown Object (File)
Thu, May 29, 2:09 AM
Unknown Object (File)
Apr 21 2025, 7:44 PM
Unknown Object (File)
Apr 12 2025, 9:43 AM
Unknown Object (File)
Mar 8 2025, 11:04 AM
Unknown Object (File)
Feb 18 2025, 9:12 AM
Unknown Object (File)
Jan 19 2025, 10:43 AM
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.