busybox: refresh patches

SVN-Revision: 26738
This commit is contained in:
Felix Fietkau
2011-04-20 02:56:23 +00:00
parent c4dbe835b4
commit 04d064a590
20 changed files with 56 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -1255,10 +1255,10 @@ static NOINLINE void cgi_io_loop_and_exi
@@ -1261,10 +1261,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;
}