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)
commit98869b86413ff59afa009f9d06ebc0cc4477ab31
treedf85f54f8004e096986448eb8ce4feea6c8978e2
parent835f6b2c067f3105a330f1a4309eade3afc80ee6
build: avoid warnings in daemon/inotify.c

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.
daemon/inotify.c