K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-31T18:49:46.229463Z K 7 svn:log V 258 MFC r228579: In cddl/contrib/opensolaris/lib/libdtrace/common/dt_consume.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