Page MenuHomeFreeBSD

libcompat: silence -Wdeprecated-non-prototype
ClosedPublic

Authored by pstef on Feb 3 2024, 6:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 18, 11:42 AM
Unknown Object (File)
Wed, Sep 18, 8:37 AM
Unknown Object (File)
Tue, Sep 17, 11:16 PM
Unknown Object (File)
Tue, Sep 17, 4:50 AM
Unknown Object (File)
Mon, Sep 16, 11:47 PM
Unknown Object (File)
Mon, Sep 16, 10:12 AM
Unknown Object (File)
Sun, Sep 8, 5:33 PM
Unknown Object (File)
Sun, Sep 8, 10:57 AM
Subscribers

Details

Summary
by removing unnecessary re-declarations and converting K&R-style
function definitions.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

pstef requested review of this revision.Feb 3 2024, 6:18 PM

The changes are fine. One wonders, though, if this interface is still used, or if we could retire it..

This revision is now accepted and ready to land.Feb 6 2024, 5:46 PM

It's worth committing this change even though we should ultimately remove it.

This revision was automatically updated to reflect the committed changes.