diff options
author | Brian Behlendorf <[email protected]> | 2013-02-04 16:35:54 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-02-04 16:39:08 -0800 |
commit | dd26aa535b395735ca61ea2a3e618aded45eb05e (patch) | |
tree | a2379a3043dad2e97aa9c5c427ae3203a37ea243 /lib/libzpool | |
parent | a31770283a682384f477e864628d5a1a975c60ff (diff) |
Cast 'zfs bad bloc' to ULL for x86
Explicitly case this value to an unsigned long long for 32-bit
systems to inform the compiler that a long type should not be
used. Otherwise we get the following compiler error:
dmu_send.c:376: error: integer constant is too large for
‘long’ type
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'lib/libzpool')
0 files changed, 0 insertions, 0 deletions