Displaying 1 result from an estimated 1 matches for "desclaration".
Did you mean:
declaration
2004 Oct 17
0
modify rsync: read files from a tar archive
...if I want to hack on rsync? AFAICT it should be entirely possible to
implement this without protocol change.
So far, on my Debian testing/unstable mixed system, using rsync 2.6.3 as
base, I've noticed a few trivial things about the build system:
- there are several warnings about implicit desclaration of strlcpy
- flist.c:763,1026,1042: warning: comparison between signed and unsigned
- 'make proto' seems to have issues on my system - it starts to include
whole files and/or functions instead of just prototypes.
I haven't investigated these at all - might be a problem with the loc...