[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Tue Sep 20 13:54:56 MDT 2011
The branch, master has been updated
via 79853c3 Be sure to use STRUCT_STAT.
from 953feea Make do_readlink() support fake-super w/o O_NOFOLLOW.
;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 79853c30c0f25a18fe82d93b424b0e8521a90c68
Author: Wayne Davison <wayned at samba.org>
Date: Tue Sep 20 12:54:06 2011 -0700
Be sure to use STRUCT_STAT.
-----------------------------------------------------------------------
Summary of changes:
syscall.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/syscall.c b/syscall.c
index 6d51d3c..e2b1394 100644
--- a/syscall.c
+++ b/syscall.c
@@ -447,7 +447,7 @@ int do_fallocate(int fd, OFF_T offset, OFF_T length)
int do_open_nofollow(const char *pathname, int flags)
{
#ifndef O_NOFOLLOW
- struct stat f_st, l_st;
+ STRUCT_STAT f_st, l_st;
#endif
int fd;
--
The rsync repository.
More information about the rsync-cvs
mailing list