aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/000-upstream-indexcgi.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-06-16 13:24:11 +0000
committerNicolas Thill <nico@openwrt.org>2010-06-16 13:24:11 +0000
commit3dc2c3bb4d4569ab3387934ce55cca9adda42eae (patch)
tree59db0c8fcfba666a8c67537f41ef2ec1a71f378b /package/busybox/patches/000-upstream-indexcgi.patch
parent3e52d0529655eacc581dd1fa14553191f0fc9c1e (diff)
downloadupstream-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.tar.gz
upstream-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.tar.bz2
upstream-3dc2c3bb4d4569ab3387934ce55cca9adda42eae.zip
package/busybox: update to 1.16.2 (bug fix release)
SVN-Revision: 21813
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 6f7a00b803..0000000000
--- 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++ = ' ';