K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-31T14:04:54.197833Z K 7 svn:log V 335 MFC r228550: In cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c, the dt_popc() function assumes that either _ILP32 or _LP64 is defined, otherwise it has no suitable implementation. However, the _ILP32 and _LP64 macros come from isa_defs.h, which is not included in this file. Add the include now, to get the macros defined. END