diff options
author | Wayne Davison <wayned@samba.org> | 2007-04-26 00:23:52 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-04-26 00:23:52 +0000 |
commit | 8fc4033ef08e747c961c1bf6c43995a39bf732f4 (patch) | |
tree | 7e2ca7b57c7737fe6897c816e59584c83f0b725e /rsync.h | |
parent | ef35abb2b7aa64d42896661b8c7a13e89504ba31 (diff) | |
download | rsync-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |