On Thu, Feb 21, 2008 at 09:43:38PM +0100, Vitorio Machado wrote:
> Would it break things on other systems to change id_t from int to
> unsigned int?
Most systems define id_t, so they don't run into that issue. The code
in rsync expects id_t to be unsigned, so I've changed the missing-type
code in
There are some warnings on uidlist compiling rsync under 10.3:
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c
uidlist.c -o uidlist.o
uidlist.c: In function `match_uid':
uidlist.c:210: warning: comparison between signed and unsigned
uidlist.c: In function `match_gid':
uidlis