summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-04-26 00:23:52 +0000
committerWayne Davison <wayned@samba.org>2007-04-26 00:23:52 +0000
commit8fc4033ef08e747c961c1bf6c43995a39bf732f4 (patch)
tree7e2ca7b57c7737fe6897c816e59584c83f0b725e /rsync.h
parentef35abb2b7aa64d42896661b8c7a13e89504ba31 (diff)
downloadrsync-8fc4033ef08e747c961c1bf6c43995a39bf732f4.tar.gz
rsync-8fc4033ef08e747c961c1bf6c43995a39bf732f4.tar.bz2
rsync-8fc4033ef08e747c961c1bf6c43995a39bf732f4.zip
Changed F_ROOTDIR() to F_PATHNAME().
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.h b/rsync.h
index 53989bd9..c3ab5888 100644
--- a/rsync.h
+++ b/rsync.h
@@ -599,7 +599,7 @@ extern int preserve_xattrs;
#define F_SYMLINK(f) ((f)->basename + strlen((f)->basename) + 1)
/* The sending side always has this available: */
-#define F_ROOTDIR(f) (*(const char**)REQ_EXTRA(f, PTR_EXTRA_LEN))
+#define F_PATHNAME(f) (*(const char**)REQ_EXTRA(f, PTR_EXTRA_LEN))
/* The receiving side always has this available: */
#define F_DEPTH(f) REQ_EXTRA(f, 1)->num