Page MenuHomeFreeBSD

Fix two mismatches between function declaration and definition.
ClosedPublic

Authored by brooks on Jul 15 2019, 10:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 11, 2:06 PM
Unknown Object (File)
Fri, Apr 10, 1:44 PM
Unknown Object (File)
Tue, Apr 7, 10:29 AM
Unknown Object (File)
Mon, Apr 6, 3:45 PM
Unknown Object (File)
Fri, Mar 20, 12:08 PM
Unknown Object (File)
Mar 13 2026, 8:07 PM
Unknown Object (File)
Mar 8 2026, 8:07 AM
Unknown Object (File)
Mar 7 2026, 3:25 AM
Subscribers

Details

Summary

In both cases, function pointer arguments were inconsistently declared
and the result worked because of C's odd rules around function pointer
(de)references. With a stricter compiler these fail to compile.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 25357
Build 24010: arc lint + arc unit

Event Timeline

While we should probably just do in amd, these are easy fixes and there's no upstream conflicts to worry about (last am-utils release in 2014 and their git server don't seem to host a repo.

I'd just drop the extra * on the other of the definition/declaration, but I don't know if we have a style(9) preference. Functionally / semantically it looks good.

This revision is now accepted and ready to land.Jul 15 2019, 10:49 PM
brooks retitled this revision from Fix two mismatches between function decleration and definition. to Fix two mismatches between function declaration and definition..Jul 16 2019, 4:02 PM