Displaying 1 result from an estimated 1 matches for "presmiss".
Did you mean:
premiss
2003 Mar 12
1
patch: typo's and gcc warnings
...ator.c 2002-08-29 16:44:55.000000000 +0200
+++ rsync-2.5.6/generator.c 2003-03-07 12:06:57.000000000 +0100
@@ -241,7 +241,7 @@
!preserve_perms &&
(S_ISDIR(st.st_mode) == S_ISDIR(file->mode))) {
/* if the file exists already and we aren't perserving
- presmissions then act as though the remote end sent
+ permissions then act as though the remote end sent
us the file permissions we already have */
file->mode = (file->mode & _S_IFMT) | (st.st_mode & ~_S_IFMT);
}
diff -ru orig/rsync-2.5.6/receiver.c r...