K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-31T18:53:11.220674Z K 7 svn:log V 257 MFC r228580: In cddl/contrib/opensolaris/lib/libdtrace/common/dt_handle.c, some uint64_t values are snprintf'd using %llx. On amd64, uint64_t is typedef'd as unsigned long, so cast the values to u_longlong_t, as is done similarly in the rest of the file. END