mirror_zfs/cmd/zdb
Richard Yao e506a0ce40
Cleanup: Change 1 used in bitshifts to 1ULL
Coverity complains about this. It is not a bug as long as we never shift
by more than 31, but it is not terrible to change the constants from 1
to 1ULL as clean up.

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #13914
2022-09-22 11:28:33 -07:00
..
Makefile.am autoconf: use include directives instead of recursing down cmd 2022-05-10 10:18:38 -07:00
zdb_il.c Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00
zdb.c Cleanup: Change 1 used in bitshifts to 1ULL 2022-09-22 11:28:33 -07:00
zdb.h Replace dead opensolaris.org license link 2022-07-11 14:16:13 -07:00