Displaying 2 results from an estimated 2 matches for "suffp".
Did you mean:
suff
2013 Dec 13
17
[Bug 10322] New: Slow Performance over Network rsync
https://bugzilla.samba.org/show_bug.cgi?id=10322
Summary: Slow Performance over Network rsync
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Joerg.Grube at Gmx.De
2003 Oct 08
4
OS/390 openssh
...I' || *trv == 'i')
+ *trv += ('J'-'I'); /* advance to 'j' (or 'J') */
+ else if (*trv == 'R' || *trv == 'r')
+ *trv += ('S'-'R'); /* advance to 's' (or 'S') */
+#endif
else {
if (trv == suffp)
return (0);
diff -bur openssh-3.7.1p2.orig/openbsd-compat/vis.c openssh-3.7.1p2/openbsd-compat/vis.c
--- openssh-3.7.1p2.orig/openbsd-compat/vis.c Fri Aug 29 18:59:52 2003
+++ openssh-3.7.1p2/openbsd-compat/vis.c Tue Oct 7 08:22:01 2003
@@ -38,6 +38,10 @@
#include "vis.h"
+#...