build: avoid warnings in daemon/inotify.c
authorJim Meyering <meyering@redhat.com>
Thu, 6 Aug 2009 14:05:44 +0000 (16:05 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 10 Aug 2009 09:53:33 +0000 (11:53 +0200)
Avoid "comparison between signed and unsigned integer expressions"
warnings.  If it's at all hard or risky to avoid this type of warning,
then it's not worthwhile.  Here, it's easy and safe.
* daemon/inotify.c (inotify_posn): Declare local to be of unsigned type.
(do_inotify_read, do_inotify_files): Likewise.


No differences found