]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r350049:
authorBrooks Davis <brooks@FreeBSD.org>
Wed, 24 Jul 2019 20:17:39 +0000 (20:17 +0000)
committerBrooks Davis <brooks@FreeBSD.org>
Wed, 24 Jul 2019 20:17:39 +0000 (20:17 +0000)
commita87c919735ac26b5615eba22e0f200467279d5a3
tree1a1a1cc5fa2efcd06464e4973612d1466741d452
parent9e1ca0c665e33081d7bee2ac8199c4188f56a7f4
MFC r350049:

Fix two mismatches between function declaration and definition.

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.

Reviewed by: cem
Obtained from: CheriBSD
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D20964
contrib/amd/amd/amd.h
contrib/amd/amd/rpc_fwd.c