K 10 svn:author V 3 dim K 8 svn:date V 27 2018-06-21T09:41:44.633753Z K 7 svn:log V 393 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 END