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..
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to