]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-LFS.patch
- updated for 1.4.0
[packages/busybox.git] / busybox-LFS.patch
1 --- busybox-1.3.1/networking/ftpgetput.c.orig   2006-12-27 05:52:39.000000000 +0100
2 +++ busybox-1.3.1/networking/ftpgetput.c        2006-12-30 12:52:37.368206690 +0100
3 @@ -218,7 +218,7 @@
4                 fd_local = xopen(local_path, O_RDONLY);
5                 fstat(fd_local, &sbuf);
6  
7 -               sprintf(buf, "ALLO %lu", (unsigned long)sbuf.st_size);
8 +               sprintf(buf, "ALLO %"OFF_FMT"u", sbuf.st_size);
9                 response = ftpcmd(buf, NULL, control_stream, buf);
10                 switch (response) {
11                 case 200:
This page took 0.120334 seconds and 3 git commands to generate.