uniq(1): bump numchars, numfields from int to long long
authorcheloha <cheloha@openbsd.org>
Sat, 1 Jan 2022 17:44:18 +0000 (17:44 +0000)
committercheloha <cheloha@openbsd.org>
Sat, 1 Jan 2022 17:44:18 +0000 (17:44 +0000)
commit2d34e7b7050b27f32d78830ae13f54c7cc97fa01
treecb7a0b42ccd3fdb2263cd5de4d658752267c4651
parent685fac69cc0f96928c0addba039f03db2e0ca4a9
uniq(1): bump numchars, numfields from int to long long

Also bump repeats from int to unsigned long long.

While here, don't cast the result of strtonum() and unwrap some lines.
usr.bin/uniq/uniq.c