Author: tommat                       Date: Wed Feb 16 10:38:44 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   busybox-LFS.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/busybox-LFS.patch
diff -u SOURCES/busybox-LFS.patch:1.4 SOURCES/busybox-LFS.patch:1.5
--- SOURCES/busybox-LFS.patch:1.4       Wed Feb 16 11:02:40 2005
+++ SOURCES/busybox-LFS.patch   Wed Feb 16 11:38:39 2005
@@ -125,7 +125,19 @@
                        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);
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/busybox-LFS.patch?r1=1.4&r2=1.5&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to