Use ssize_t instead of uint32_t to prevent warnings about a comparison
authorimp <imp@FreeBSD.org>
Sun, 5 Feb 2017 01:20:39 +0000 (01:20 +0000)
committerimp <imp@FreeBSD.org>
Sun, 5 Feb 2017 01:20:39 +0000 (01:20 +0000)
commit61164e91889a48c27ff5143a85896a6e1073c937
treefe5401251634d85d9f5108f1a941256fcbefb25f
parenta0eebeae53bd6eb6cc1d22ea550f6271e74b80c6
Use ssize_t instead of uint32_t to prevent warnings about a comparison
with different signs. Due to the promotion rules, this would only
happen on 32-bit platforms.
sbin/nvmecontrol/wdc.c