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/350-httpd_redir.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/350-httpd_redir.patch')
-rw-r--r-- | package/busybox/patches/350-httpd_redir.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/busybox/patches/350-httpd_redir.patch b/package/busybox/patches/350-httpd_redir.patch index 6161871cf8..2bd569c296 100644 --- a/package/busybox/patches/350-httpd_redir.patch +++ b/package/busybox/patches/350-httpd_redir.patch @@ -10,16 +10,16 @@ #define httpd_full_usage "\n\n" \ "Listen for incoming HTTP requests\n" \ "\nOptions:" \ -@@ -2319,6 +2320,9 @@ INSERT - #define loadkmap_example_usage \ - "$ loadkmap < /etc/i18n/lang-keymap\n" +@@ -2321,6 +2322,9 @@ INSERT + #define lock_trivial_usage NOUSAGE_STR + #define lock_full_usage "" ++ +#define lock_trivial_usage NOUSAGE_STR +#define lock_full_usage "" -+ + #define logger_trivial_usage \ "[OPTIONS] [MESSAGE]" - #define logger_full_usage "\n\n" \ --- a/networking/httpd.c +++ b/networking/httpd.c @@ -250,6 +250,8 @@ struct globals { @@ -53,7 +53,7 @@ (g_query ? "?" : ""), (g_query ? g_query : "")); } -@@ -1941,8 +1948,12 @@ static void handle_incoming_and_exit(con +@@ -1942,8 +1949,12 @@ static void handle_incoming_and_exit(con } while (*++tptr); *++urlp = '\0'; /* terminate after last character */ |