X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbusybox%2Fpatches%2F000-upstream-indexcgi.patch;fp=package%2Fbusybox%2Fpatches%2F000-upstream-indexcgi.patch;h=0000000000000000000000000000000000000000;hp=6f7a00b8035ebd725b54b1048c2f178a6af3187a;hb=d928dfda53321890c83161d3e4ef5d921059b829;hpb=6cc4de0c77e3725571a556772c0da81bec796c9d 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(""); -- 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++ = ' ';