HomeFreeBSD

MFC r335296:

Description

MFC r335296:

Fix build of aibs with base gcc on i386

Add a few intermediate casts to intptr_t to suppress "cast to pointer
from integer of different size" warnings from gcc. In this case, the
'arg2' part of SYSCTL_HANDLER_ARGS is used to pass in a pointer, via an
intermediate intmax_t, so no information is lost.

Reviewed by: avg
Differential Revision: https://reviews.freebsd.org/D15725

Details

Provenance
dimAuthored on
Reviewer
avg
Differential Revision
D15725: Fix build of atk0110 with base gcc on i386
Parents
rS335470: "Kernel APIs" is a misnomer; use the proper name instead.
Branches
Unknown
Tags
Unknown