K 10 svn:author V 7 asomers K 8 svn:date V 27 2013-10-14T21:08:31.782526Z K 7 svn:log V 605 Fix compiler warnings in zfsd cddl/sbin/zfsd/case_file.cc: Use proper printf/scanf format specifiers so Zfsd operates on uint64_t variables instead of uintmax_t variables that are then assumed to be 64 bits in size. cddl/sbin/zfsd/case_file.cc: cddl/sbin/zfsd/vdev.cc: When fetching datastructures from nvlists that are an array of uint64_ts, use a uint64_t pointer to call into the nvlist API and a reinterpret_cast<> to convert it to the pointer type of interest. Fixes strict-aliasing warnings. Submitted by: gibbs Approved by: ken (mentor) Sponsored by: Spectra Logic Corporation END