The code expects id_t and mode_t to be unsigned, so the code now defines
authorWayne Davison <wayned@samba.org>
Fri, 22 Feb 2008 04:51:54 +0000 (20:51 -0800)
committerWayne Davison <wayned@samba.org>
Fri, 22 Feb 2008 04:51:54 +0000 (20:51 -0800)
commitd9e92804a57c7c8dfee0bdf21ca4886dfc0e65f7
treeb4959f110d516ea86dfa096039d5bb111a83cc46
parent46e858a631be63fd6e5d8d35612fe4a00516ab93
The code expects id_t and mode_t to be unsigned, so the code now defines
each one to be unsigned int (instead of int) when the type is missing.
rsync.h