quotacheck: Fix buggy error check of read(2)

'rd' was declared as size_t which is unsigned so it could never be less
than 0. Fix it by declaring 'rd' as ssize_t which is the real read(2)
return type.

Signed-off-by: Jan Kara <jack@suse.cz>
1 file changed