package/busybox: update to 1.16.2 (bug fix release)
[openwrt/svn-archive/archive.git] / package / busybox / patches / 000-upstream-indexcgi.patch
diff --git a/package/busybox/patches/000-upstream-indexcgi.patch b/package/busybox/patches/000-upstream-indexcgi.patch
deleted file mode 100644 (file)
index 6f7a00b..0000000
+++ /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++ = ' ';