suppress signed/unsigned-comparison warnings
authorJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 13:32:40 +0000 (15:32 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Aug 2009 15:20:06 +0000 (17:20 +0200)
commitd93a02ce3ff1a8aa8ef2ca8be5bf79bbcf8537f4
treeeb1ede64d1050a9895570cc21d4267aa460d8dc9
parentdd922bedb7c3e85fbbe1eed10e371aec47138a1d
suppress signed/unsigned-comparison warnings

* src/guestfs.c [struct guestfs_h] (msg_in_size, msg_in_allocated):
(msg_out_size, msg_out_allocated): Change type from int to unsigned int.
src/guestfs.c