maint: adjust INT_BUFSIZE_BOUND usage for maintainability
authorJim Meyering <meyering@redhat.com>
Mon, 7 Jun 2010 05:15:15 +0000 (07:15 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 8 Jun 2010 11:16:26 +0000 (13:16 +0200)
commit9e7edd8467232b5c6b714d588d0e1528cc54151b
tree3894cfe54cb210dbaf5a58a02e72600afc04141b
parentad89ea6a0dc4a404871f87eef6e9727c07f4cfb6
maint: adjust INT_BUFSIZE_BOUND usage for maintainability

* src/tail.c (xlseek): Give INT_BUFSIZE_BOUND a variable name,
not a type name.
* src/ls.c (gobble_file, format_user_or_group_width): Likewise.
* src/head.c (elide_tail_bytes_pipe): Likewise.
(elide_tail_lines_seekable, main): Likewise.
[This change is not complete -- there are doubtless other uses
that can be updated in the same way.]
src/head.c
src/ls.c
src/tail.c