Page MenuHomeFreeBSD

libcompat: silence -Wdeprecated-non-prototype
ClosedPublic

Authored by pstef on Feb 3 2024, 6:18 PM.
Tags
None
Referenced Files
F146767962: D43723.diff
Thu, Mar 5, 10:38 AM
Unknown Object (File)
Mon, Feb 23, 7:19 PM
Unknown Object (File)
Thu, Feb 12, 4:40 AM
Unknown Object (File)
Sun, Feb 8, 5:34 AM
Unknown Object (File)
Sat, Feb 7, 6:27 PM
Unknown Object (File)
Jan 31 2026, 7:38 PM
Unknown Object (File)
Jan 31 2026, 3:27 PM
Unknown Object (File)
Jan 10 2026, 10:26 PM
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.