]> granicus.if.org Git - spl/commit
Fix ASSERT0 and VERIFY0 macro typo
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 21 Jun 2013 17:02:26 +0000 (10:02 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 21 Jun 2013 22:38:46 +0000 (15:38 -0700)
commitab0fdfef52b4770f8039c0871ff514e079a09a4c
treef066a5610ea6a2b1242edf4442408ba5bd7468b2
parent1c6d149feb4033e4a56fb987004edc5d45288bcb
Fix ASSERT0 and VERIFY0 macro typo

Ensure the value is cast to a 'long long' for printing purposes.  The
expectation is that ASSERT0/VERIFY0 are mostly used for validating
return values and thus may commonly be negative.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #246
include/sys/debug.h