From da7c2e1d7d4e640f57fadd23346084054a6184df Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Sun, 15 Aug 2010 10:06:58 +0000 Subject: package/busybox: fix missing bit, refresh patches SVN-Revision: 22660 --- package/busybox/patches/350-httpd_redir.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package/busybox/patches/350-httpd_redir.patch') 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 */ -- cgit v1.2.3