]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228550:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 31 Dec 2011 14:04:54 +0000 (14:04 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 31 Dec 2011 14:04:54 +0000 (14:04 +0000)
commitef1c0c76c7dd007a9f792a47319a3ce3cc4c8a3d
tree841414e188d31caad8cf0dfa721038c857ee6e62
parentf5d6f206cca009639263a56491e660ee78ef55a6
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.

git-svn-id: svn://svn.freebsd.org/base/stable/9@229092 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
cddl/contrib/opensolaris/lib/libdtrace/common/dt_subr.c