Use a proper type for return value of postfix_to_mult(); the way it's
authortrasz <trasz@FreeBSD.org>
Tue, 9 Feb 2016 09:37:04 +0000 (09:37 +0000)
committertrasz <trasz@FreeBSD.org>
Tue, 9 Feb 2016 09:37:04 +0000 (09:37 +0000)
commitf44be69b43d86aadd60b89af7e54455ced4e8fde
tree848dacac22ad33bea6c19016599fea9dc6042230
parent3cff9b6c1ca3b2dd9e418fae513bfc35b726d0f4
Use a proper type for return value of postfix_to_mult(); the way it's
being used wouldn't work if the value returned didn't fit in intmax_t.

Submitted by: bde@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
bin/dd/args.c