mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 09:48:08 +00:00
turns out all rsync was missing for 64-bit files was
#define HAVE_STRUCT_STAT64 1
This commit is contained in:
parent
62dbd9c5aa
commit
8fb3ece145
1
NOTES
1
NOTES
@ -220,7 +220,6 @@ write()s are outstanding. That seems to do the trick.
|
|||||||
|
|
||||||
|
|
||||||
XXX - add support for lseek64 and stat64 to sftp
|
XXX - add support for lseek64 and stat64 to sftp
|
||||||
XXX - enable support for lseek64 and stat64 in rsync
|
|
||||||
XXX - what about scp?
|
XXX - what about scp?
|
||||||
XXX - test on large files
|
XXX - test on large files
|
||||||
XXX - if you remove it from the recent apps list, does it stop the service??
|
XXX - if you remove it from the recent apps list, does it stop the service??
|
||||||
|
@ -65,5 +65,6 @@
|
|||||||
#define HAVE_SECURE_MKSTEMP 1
|
#define HAVE_SECURE_MKSTEMP 1
|
||||||
#define HAVE_FCHMOD 1
|
#define HAVE_FCHMOD 1
|
||||||
#define HAVE_SETMODE 1
|
#define HAVE_SETMODE 1
|
||||||
|
#define HAVE_STRUCT_STAT64 1
|
||||||
|
|
||||||
#endif /* __RSYNC_CONFIG_H */
|
#endif /* __RSYNC_CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user