]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- updated
authortommat <tommat@pld-linux.org>
Wed, 16 Feb 2005 10:38:39 +0000 (10:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-LFS.patch -> 1.5

busybox-LFS.patch

index d60c831b460f8245eb18b6b229dbaf4927775a7c..eaa51f397e751b866e384c6a58ac30a5a2cae950 100644 (file)
@@ -125,7 +125,19 @@ diff -Nur busybox-1.00-orig/networking/ftpgetput.c busybox-1.00/networking/ftpge
                        bb_error_msg_and_die("SIZE error: %s", buf + 4);
                filesize = value;
        }
-@@ -240,7 +244,11 @@
+@@ -176,7 +180,11 @@
+       }
+       if (do_continue) {
++#ifdef CONFIG_LFS
++              sprintf(buf, "REST %lld", (long long)beg_range);
++#else
+               sprintf(buf, "REST %ld", (long)beg_range);
++#endif
+               if (ftpcmd(buf, NULL, control_stream, buf) != 350) {
+                       do_continue = 0;
+               } else {
+@@ -240,7 +248,11 @@
                fd_local = bb_xopen(local_path, O_RDONLY);
                fstat(fd_local, &sbuf);
  
This page took 0.897171 seconds and 4 git commands to generate.