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)
Sun, Sep 6, 6:58 PM
Unknown Object (File)
Sat, Sep 5, 1:04 PM
Unknown Object (File)
Fri, Sep 4, 1:20 PM
Unknown Object (File)
Thu, Sep 3, 9:10 AM
Unknown Object (File)
Thu, Sep 3, 5:31 AM
Unknown Object (File)
Wed, Sep 2, 7:28 AM
Unknown Object (File)
Tue, Sep 1, 2:58 PM
Unknown Object (File)
Tue, Sep 1, 8:14 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.