xattr.c: avoid warning about comparison between signed and unsigned
authorJim Meyering <meyering@redhat.com>
Mon, 17 Aug 2009 08:30:52 +0000 (10:30 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 17 Aug 2009 09:40:24 +0000 (11:40 +0200)
commitc36fa40b981401cdbf61f596b804e79283d658b2
tree86eb71ee27a576f0d529647bbd424f658b74ce3d
parentfabf3f661579710d543db46718ec627a53bad61f
xattr.c: avoid warning about comparison between signed and unsigned

* daemon/xattr.c (getxattrs): Use an unsigned index.
daemon/xattr.c