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