Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/tftp_timeout_multicast.diff')
-rw-r--r--patches/tftp_timeout_multicast.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/tftp_timeout_multicast.diff b/patches/tftp_timeout_multicast.diff
index ca431fc60..5147a6714 100644
--- a/patches/tftp_timeout_multicast.diff
+++ b/patches/tftp_timeout_multicast.diff
@@ -848,7 +848,7 @@ diff -u -r1.25 tftp.c
+ lseek(localfd, bn*(tftp_bufsize-4), SEEK_SET);
+ len = write(localfd, &buf[4], len-4);
+ if (len < 0) {
-+ bb_perror_msg("write");
++ bb_perror_msg(bb_msg_write_error);
+ break;
+ }
+ bit_set(bn, mcblockmap);