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)
Mon, Apr 20, 12:27 AM
Unknown Object (File)
Sun, Apr 12, 3:04 AM
Unknown Object (File)
Wed, Apr 8, 6:59 AM
Unknown Object (File)
Tue, Apr 7, 10:31 AM
Unknown Object (File)
Tue, Apr 7, 2:12 AM
Unknown Object (File)
Sun, Apr 5, 11:46 AM
Unknown Object (File)
Mar 22 2026, 4:22 PM
Unknown Object (File)
Mar 19 2026, 12:04 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.