tail: adjust type of a local variable
commit8f3171bbc463d813f17f0dfec22f7074142675d8
authorJim Meyering <meyering@redhat.com>
Sat, 11 Jul 2009 07:43:25 +0000 (11 09:43 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 11 Jul 2009 07:43:25 +0000 (11 09:43 +0200)
treeae605125c53e8aaa4e5a3db871ef1408c5027c47
parent68149832bd62d0e9c0dc6d4577d9343d0dc9ddbd
tail: adjust type of a local variable

* src/tail.c (tail_forever_inotify): Declare "len" to be of type
size_t, not ssize_t, since the former is what safe_read returns.
src/tail.c