Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.
authorguenther <guenther@openbsd.org>
Sun, 14 Aug 2016 18:34:48 +0000 (18:34 +0000)
committerguenther <guenther@openbsd.org>
Sun, 14 Aug 2016 18:34:48 +0000 (18:34 +0000)
commitf5cc6d1c3ee3423fc1397948e8c55d5721fdff84
tree68e9b08d71ebcb54cc47eba7b9889e44e512141d
parent9a58b8c65cf760e0813dde6a9be505c25a0029b7
Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.
Fix a type mismatch in ftp's "page" command and could make transfers restart
at the wrong position.

ok and a ull->ll tweak from natano@, ok tedu@
games/factor/factor.c
usr.bin/cmp/cmp.c
usr.bin/ftp/cmds.c
usr.bin/ftp/util.c
usr.sbin/memconfig/memconfig.c
usr.sbin/mtree/spec.c
usr.sbin/rmt/rmt.c