X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/669a31924ec8491774a737cf99920fdf78e03ab4..94327ff0c2afd01f73c5e1c51f0babbb3a72cec9:/rsync.h diff --git a/rsync.h b/rsync.h index f1854d38..9a165071 100644 --- a/rsync.h +++ b/rsync.h @@ -391,7 +391,7 @@ struct idev { #define IN_LOOPBACKNET 127 #endif -#define GID_NONE (gid_t) -1 +#define GID_NONE ((gid_t)-1) #define HL_CHECK_MASTER 0 #define HL_SKIP 1