turns out all rsync was missing for 64-bit files was

#define HAVE_STRUCT_STAT64 1
sigsegv_dump
Greg Alexander 8 years ago
parent 62dbd9c5aa
commit 8fb3ece145

@ -220,7 +220,6 @@ write()s are outstanding. That seems to do the trick.
XXX - add support for lseek64 and stat64 to sftp
XXX - enable support for lseek64 and stat64 in rsync
XXX - what about scp?
XXX - test on large files
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_FCHMOD 1
#define HAVE_SETMODE 1
#define HAVE_STRUCT_STAT64 1
#endif /* __RSYNC_CONFIG_H */

Loading…
Cancel
Save