mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix gcc 64-bit constant warnings
Add 'ull' suffix to 64-bit constants. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
572e285762
commit
c5b3a7bbcc
+1
-1
@@ -4399,7 +4399,7 @@ ztest_fault_inject(ztest_ds_t *zd, uint64_t id)
|
||||
int fd;
|
||||
uint64_t offset;
|
||||
uint64_t leaves;
|
||||
uint64_t bad = 0x1990c0ffeedecade;
|
||||
uint64_t bad = 0x1990c0ffeedecadeull;
|
||||
uint64_t top, leaf;
|
||||
char path0[MAXPATHLEN];
|
||||
char pathrand[MAXPATHLEN];
|
||||
|
||||
Reference in New Issue
Block a user