When comparing -1 to a group id, cast -1 with gid_t because on some systems
authorDavid Dykstra <dwd@samba.org>
Mon, 1 Mar 1999 21:16:49 +0000 (21:16 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 1 Mar 1999 21:16:49 +0000 (21:16 +0000)
commit86692050b54b16e5b289ddeacbb59f890455cca7
tree4795a7102cc2dbd4341822481c016e30b32d9c19
parent460f6b990a89a13060b57e1e52f72346bf020679
When comparing -1 to a group id, cast -1 with gid_t because on some systems
such as sunos4 gid_t is an unsigned short.  This prevented the just-added
non-mapped group test from working on sunos4.
rsync.c
uidlist.c