aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl/files/patch-src::main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl/files/patch-src::main.c')
-rw-r--r--ftp/curl/files/patch-src::main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/curl/files/patch-src::main.c b/ftp/curl/files/patch-src::main.c
index 7f46da604571..fd2dd6fe35d5 100644
--- a/ftp/curl/files/patch-src::main.c
+++ b/ftp/curl/files/patch-src::main.c
@@ -1,11 +1,11 @@
Description: Use fstat() instead of stat() to avoid a race condition.
Forwarded: not-needed
Author: Peter Pentchev <roam@FreeBSD.org>
-Last-Update: 2010-03-30
+Last-Update: 2010-06-11
--- a/src/main.c
+++ b/src/main.c
-@@ -4596,33 +4596,34 @@
+@@ -4658,33 +4658,34 @@
break;
}