mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-18 23:06:49 +02:00
25ec733e8d
Remove global variable, unit_size. (atou): Remove now-unused function. (parse_unit): Likewise. (string_to_ull): New function. (head): Take new parameter, count_lines. Use it instead of unit_size. Update callers. (head_file): Likewise. (main): Use string_to_ull, not atou/parse_unit.