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, May 1, 8:30 AM
Unknown Object (File)
Sat, Apr 27, 8:49 AM
Unknown Object (File)
Sat, Apr 27, 8:00 AM
Unknown Object (File)
Sat, Apr 27, 7:58 AM
Unknown Object (File)
Sat, Apr 27, 7:08 AM
Unknown Object (File)
Sat, Apr 27, 6:18 AM
Unknown Object (File)
Thu, Apr 25, 11:21 PM
Unknown Object (File)
Apr 8 2024, 11:50 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.