From 25bd99451c2620e2c3b50a7d2043774b43c93aaa Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 7 Jul 2004 08:25:13 +0000 Subject: [PATCH] Make the GID_NONE define a little safer. --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1