K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-16T15:12:42.104666Z K 7 svn:log V 262 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. MFC after: 1 week END