]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- updated for 2.6.0
authorpius <pius@pld-linux.org>
Thu, 1 Jan 2004 22:04:29 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync-segv.patch -> 1.2

rsync-segv.patch

index 93f804a27165ba5730e57ccc8e31bc2f1b305f6d..7f4e32bad65b96895391372479e433a076da8704 100644 (file)
@@ -1,10 +1,11 @@
---- rsync-2.4.6/main.c.foo     Fri Aug 17 11:46:03 2001
-+++ rsync-2.4.6/main.c Fri Aug 17 11:45:37 2001
-@@ -534,6 +534,7 @@
+--- rsync-2.6.0/options.c~     2003-12-30 19:16:25.000000000 +0100
++++ rsync-2.6.0/options.c      2004-01-01 22:37:26.920536232 +0100
+@@ -913,7 +913,8 @@
+ char *find_colon(char *s)
  {
        char *p, *p2;
+
 +      if (!s || !*s) return NULL;
        p = strchr(s,':');
        if (!p) return NULL;
-       
This page took 0.057293 seconds and 4 git commands to generate.