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)
Thu, Apr 25, 9:26 PM
Unknown Object (File)
Tue, Apr 23, 1:15 PM
Unknown Object (File)
Tue, Apr 23, 1:15 PM
Unknown Object (File)
Sun, Apr 21, 12:58 AM
Unknown Object (File)
Sun, Apr 21, 12:46 AM
Unknown Object (File)
Sat, Apr 20, 3:35 PM
Unknown Object (File)
Mar 28 2024, 9:36 AM
Unknown Object (File)
Feb 22 2024, 2:01 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