summaryrefslogtreecommitdiffstats
path: root/tools/busybox-patches/networking_httpd.diff
diff options
context:
space:
mode:
authorLars Müller2007-04-29 15:23:25 +0200
committerLars Müller2007-04-29 15:23:25 +0200
commit04b4c1b60b3934ccd1d07a03f54890aea30a2bb0 (patch)
treeb0e0b8d0e243fd69c326888137bc15bed6272cb6 /tools/busybox-patches/networking_httpd.diff
parentEnsure to have the subversion revision included into the OpenSLX version (diff)
downloadcore-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.tar.gz
core-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.tar.xz
core-04b4c1b60b3934ccd1d07a03f54890aea30a2bb0.zip
Updated busybox.i586 and busybox.config to version 1.4.2.
busybox.i586 was compiled on a chrooted suse 10.1 system. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@953 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'tools/busybox-patches/networking_httpd.diff')
-rw-r--r--tools/busybox-patches/networking_httpd.diff29
1 files changed, 0 insertions, 29 deletions
diff --git a/tools/busybox-patches/networking_httpd.diff b/tools/busybox-patches/networking_httpd.diff
deleted file mode 100644
index 869c65a2..00000000
--- a/tools/busybox-patches/networking_httpd.diff
+++ /dev/null
@@ -1,29 +0,0 @@
-Author: Lars Mueller <lm at openslx dot com>
-Subject: Add missing defines to enable code for a particular
-BugID: 1159
-
-Index: busybox-1.3.1/networking/httpd.c
-===================================================================
---- busybox-1.3.1.orig/networking/httpd.c
-+++ busybox-1.3.1/networking/httpd.c
-@@ -1305,8 +1305,10 @@ static int checkPermIP(void)
-
- /* This could stand some work */
- for (cur = config->ip_a_d; cur; cur = cur->next) {
-+#if ENABLE_FEATURE_HTTPD_CGI || DEBUG
- if (DEBUG)
- fprintf(stderr, "checkPermIP: '%s' ? ", config->rmt_ip_str);
-+#endif
- if (DEBUG)
- fprintf(stderr, "'%u.%u.%u.%u/%u.%u.%u.%u'\n",
- (unsigned char)(cur->ip >> 24),
-@@ -1690,7 +1692,9 @@ static void handleIncoming(void)
- config->ContentLength = -1;
- } while (0);
-
-+#if ENABLE_FEATURE_HTTPD_CGI
- bail_out:
-+#endif
-
- if (DEBUG)
- fprintf(stderr, "closing socket\n\n");