summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/000-upstream-indexcgi.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-16 13:24:11 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-16 13:24:11 +0000
commit8a27bf15dc9b689fce5b201b453dbbce7a94317f (patch)
treebb00c1c2e4bbc56053e65f7f5756cf330805eb45 /package/busybox/patches/000-upstream-indexcgi.patch
parentea95e2b3fcb035251a7f15eb6dd3f975672e6533 (diff)
package/busybox: update to 1.16.2 (bug fix release)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21813 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/patches/000-upstream-indexcgi.patch')
-rw-r--r--package/busybox/patches/000-upstream-indexcgi.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/busybox/patches/000-upstream-indexcgi.patch b/package/busybox/patches/000-upstream-indexcgi.patch
deleted file mode 100644
index 6f7a00b80..000000000
--- a/package/busybox/patches/000-upstream-indexcgi.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/networking/httpd_indexcgi.c
-+++ b/networking/httpd_indexcgi.c
-@@ -315,7 +315,7 @@ int main(int argc, char *argv[])
- if (S_ISREG(cdir->dl_mode))
- fmt_ull(cdir->dl_size);
- fmt_str("<td class=dt>");
-- tm = gmtime(&cdir->dl_mtime);
-+ ptm = gmtime(&cdir->dl_mtime);
- fmt_04u(1900 + ptm->tm_year); *dst++ = '-';
- fmt_02u(ptm->tm_mon + 1); *dst++ = '-';
- fmt_02u(ptm->tm_mday); *dst++ = ' ';