busybox: update to v1.14.4 (closes: #5619)

SVN-Revision: 17782
This commit is contained in:
Nicolas Thill
2009-09-28 12:38:46 +00:00
parent 6fa03d63d4
commit 91750d01a7
36 changed files with 336 additions and 227 deletions

View File

@@ -1,6 +1,6 @@
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1259,10 +1259,10 @@ static NOINLINE void cgi_io_loop_and_exi
@@ -1250,10 +1250,10 @@ static NOINLINE void cgi_io_loop_and_exi
if (full_write(STDOUT_FILENO, HTTP_200, sizeof(HTTP_200)-1) != sizeof(HTTP_200)-1)
break;
}