summaryrefslogtreecommitdiff
path: root/ftp/downloader/files/patch-locstr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/downloader/files/patch-locstr.cc')
-rw-r--r--ftp/downloader/files/patch-locstr.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/downloader/files/patch-locstr.cc b/ftp/downloader/files/patch-locstr.cc
deleted file mode 100644
index e7ec87654be3..000000000000
--- a/ftp/downloader/files/patch-locstr.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- main/locstr.cc.orig Wed May 1 02:32:33 2002
-+++ main/locstr.cc Wed May 1 02:50:38 2002
-@@ -711,7 +711,7 @@
- sscanf_int(tmpdata,&(date.tm_sec));
- };
- };
-- return(mktime(&date)+timezone);
-+ return(mktime(&date)+date.tm_gmtoff);
- };
-
- /* check_mask();