]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- one remaining part from old LFS patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Dec 2006 13:27:16 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-LFS.patch -> 1.11

busybox-LFS.patch [new file with mode: 0644]

diff --git a/busybox-LFS.patch b/busybox-LFS.patch
new file mode 100644 (file)
index 0000000..d6d7d29
--- /dev/null
@@ -0,0 +1,11 @@
+--- busybox-1.3.1/networking/ftpgetput.c.orig  2006-12-27 05:52:39.000000000 +0100
++++ busybox-1.3.1/networking/ftpgetput.c       2006-12-30 12:52:37.368206690 +0100
+@@ -218,7 +218,7 @@
+               fd_local = xopen(local_path, O_RDONLY);
+               fstat(fd_local, &sbuf);
+-              sprintf(buf, "ALLO %lu", (unsigned long)sbuf.st_size);
++              sprintf(buf, "ALLO %"OFF_FMT"u", sbuf.st_size);
+               response = ftpcmd(buf, NULL, control_stream, buf);
+               switch (response) {
+               case 200:
This page took 0.027092 seconds and 4 git commands to generate.