summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-05-20 07:40:07 +0000
committerWayne Davison <wayned@samba.org>2007-05-20 07:40:07 +0000
commit142a5e7b8b128797db27c1a31af7d05c9cc4928e (patch)
tree8ab48f67193ed64622d399450bd141f0af1ba91d /rsync.h
parentfdfc67406c01f48726dd6fff12b0bca3f66d3158 (diff)
downloadrsync-142a5e7b8b128797db27c1a31af7d05c9cc4928e.tar.gz
rsync-142a5e7b8b128797db27c1a31af7d05c9cc4928e.tar.bz2
rsync-142a5e7b8b128797db27c1a31af7d05c9cc4928e.zip
Moved GID_NONE define from rsync.h to uidlist.c.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsync.h b/rsync.h
index d0700f74..09844240 100644
--- a/rsync.h
+++ b/rsync.h
@@ -565,8 +565,6 @@ struct idev_node {
#define ACLS_NEED_MASK 1
#endif
-#define GID_NONE ((gid_t)-1)
-
union file_extras {
int32 num;
uint32 unum;