diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-15 10:06:58 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-08-15 10:06:58 +0000 |
commit | 13ee2d8b7815feb91d104cd913805c09ba83951a (patch) | |
tree | 004df758f35f91991cae3fd4e58bcdba7a85b2fd /package/busybox/patches/410-httpd_cgi_headers.patch | |
parent | e2c3486a60723b4c00131496b0c6ef1331333222 (diff) | |
download | upstream-13ee2d8b7815feb91d104cd913805c09ba83951a.tar.gz upstream-13ee2d8b7815feb91d104cd913805c09ba83951a.tar.bz2 upstream-13ee2d8b7815feb91d104cd913805c09ba83951a.zip |
package/busybox: fix missing bit, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22660 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/410-httpd_cgi_headers.patch')
-rw-r--r-- | package/busybox/patches/410-httpd_cgi_headers.patch | 2 |
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 74baa7ab92..b47751a809 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 -@@ -1254,10 +1254,10 @@ static NOINLINE void cgi_io_loop_and_exi +@@ -1255,10 +1255,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; } |