Warnings compiling rsync on Panther

Wayne Davison wayned at samba.org
Fri Feb 22 04:55:43 GMT 2008


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 rsync.h to define id_t as an unsigned int.  I made the same
change to the missing-type define of mode_t too, for the same reason.

..wayne..


More information about the rsync mailing list