aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/410-httpd_cgi_headers.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
commit701d71984cd2ae8ddabb45ca57a871fdb4a94df3 (patch)
tree799f7389b8981f2da6bfba2b3296b5faef3e360b /package/busybox/patches/410-httpd_cgi_headers.patch
parent3849a57cd7cb47e30a506222779916eebdbb28fb (diff)
downloadupstream-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.gz
upstream-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.bz2
upstream-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.zip
busybox: refresh busybox patches
SVN-Revision: 14590
Diffstat (limited to 'package/busybox/patches/410-httpd_cgi_headers.patch')
-rw-r--r--package/busybox/patches/410-httpd_cgi_headers.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/410-httpd_cgi_headers.patch b/package/busybox/patches/410-httpd_cgi_headers.patch
index 7398d974ee..3abbdb43b6 100644
--- a/package/busybox/patches/410-httpd_cgi_headers.patch
+++ b/package/busybox/patches/410-httpd_cgi_headers.patch
@@ -1,6 +1,6 @@
--- a/networking/httpd.c
+++ b/networking/httpd.c
-@@ -1247,10 +1247,10 @@
+@@ -1247,10 +1247,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;
}