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 | da7c2e1d7d4e640f57fadd23346084054a6184df (patch) | |
tree | a78e4c664192df623fb748152d5884be6adb2d56 /package/busybox/patches/350-httpd_redir.patch | |
parent | e0d13e77d09997a13c73b58dd3e6232d45c8d1a5 (diff) | |
download | upstream-da7c2e1d7d4e640f57fadd23346084054a6184df.tar.gz upstream-da7c2e1d7d4e640f57fadd23346084054a6184df.tar.bz2 upstream-da7c2e1d7d4e640f57fadd23346084054a6184df.zip |
package/busybox: fix missing bit, refresh patches
SVN-Revision: 22660
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 */ |