summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/350-httpd_redir.patch
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-15 10:06:58 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-15 10:06:58 +0000
commitcbcb84e29cd690e03847aa1d0f2ccdf16f78ee76 (patch)
tree004df758f35f91991cae3fd4e58bcdba7a85b2fd /package/busybox/patches/350-httpd_redir.patch
parent59736eb773c43dc39b9b6ba410a0b615a7c28993 (diff)
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.patch12
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 6161871cf..2bd569c29 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 */