Author: tommat Date: Wed Feb 16 10:02:45 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed my mistake
---- Files affected:
SOURCES:
busybox-LFS.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/busybox-LFS.patch
diff -u SOURCES/busybox-LFS.patch:1.3 SOURCES/busybox-LFS.patch:1.4
--- SOURCES/busybox-LFS.patch:1.3 Wed Feb 16 10:51:04 2005
+++ SOURCES/busybox-LFS.patch Wed Feb 16 11:02:40 2005
@@ -116,7 +116,6 @@
if (ftpcmd("SIZE ", server_path, control_stream, buf) == 213) {
- unsigned long value=filesize;
-- if (safe_strtoul(buf + 4, &value))
+ off_t value=filesize;
+#ifdef CONFIG_LFS
+ if (safe_strtoull(buf + 4, &value))
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/busybox-LFS.patch?r1=1.3&r2=1.4&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit