Author: tommat                       Date: Tue Aug  2 10:24:10 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- now fixed

---- Files affected:
SOURCES:
   busybox-LFS.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/busybox-LFS.patch
diff -u SOURCES/busybox-LFS.patch:1.6 SOURCES/busybox-LFS.patch:1.7
--- SOURCES/busybox-LFS.patch:1.6       Sun Jun  5 16:50:01 2005
+++ SOURCES/busybox-LFS.patch   Tue Aug  2 12:24:05 2005
@@ -24,7 +24,7 @@
 diff -Nur busybox-1.00/libbb/copyfd.c.orig busybox-1.00/libbb/copyfd.c
 --- busybox-1.00/libbb/copyfd.c.orig   2005-02-15 16:48:45.561625136 +0100
 +++ busybox-1.00/libbb/copyfd.c        2005-02-15 16:39:24.000000000 +0100
-@@ -34,10 +34,11 @@
+@@ -34,10 +34,10 @@
  #endif
  
  
@@ -33,12 +33,11 @@
  {
        int status;
 -      size_t xread, wrote, total, size = size2;
-+      off_t total;
-+      size_t xread, wrote, size = size2;
++      off_t xread, wrote, total, size = size2;
  
        if (src_fd < 0) {
                return -1;
-@@ -90,7 +91,7 @@
+@@ -90,7 +90,7 @@
  }
  
  
@@ -47,7 +46,7 @@
  {
        if (size) {
                return(bb_full_fd_action(fd1, fd2, size));
-@@ -98,7 +99,7 @@
+@@ -98,7 +98,7 @@
        return(0);
  }
  
================================================================

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

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

Reply via email to