Author: tommat Date: Wed Feb 16 09:51:09 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated
---- Files affected:
SOURCES:
busybox-LFS.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/busybox-LFS.patch
diff -u SOURCES/busybox-LFS.patch:1.2 SOURCES/busybox-LFS.patch:1.3
--- SOURCES/busybox-LFS.patch:1.2 Tue Feb 15 17:37:11 2005
+++ SOURCES/busybox-LFS.patch Wed Feb 16 10:51:04 2005
@@ -121,7 +121,7 @@
+#ifdef CONFIG_LFS
+ if (safe_strtoull(buf + 4, &value))
+#else
-+ if (safe_strtoull(buf + 4, &value))
+ if (safe_strtoul(buf + 4, &value))
+#endif
bb_error_msg_and_die("SIZE error: %s", buf + 4);
filesize = value;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/busybox-LFS.patch?r1=1.2&r2=1.3&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit