diff options
Diffstat (limited to 'ftp/curl/files/patch-tests::libtest::lib505.c')
-rw-r--r-- | ftp/curl/files/patch-tests::libtest::lib505.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/curl/files/patch-tests::libtest::lib505.c b/ftp/curl/files/patch-tests::libtest::lib505.c index 275974c02952..f5d8c0e7bc57 100644 --- a/ftp/curl/files/patch-tests::libtest::lib505.c +++ b/ftp/curl/files/patch-tests::libtest::lib505.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/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c -@@ -55,12 +55,24 @@ +@@ -54,12 +54,24 @@ return -1; } @@ -32,7 +32,7 @@ Last-Update: 2010-03-30 error, strerror(error)); fprintf(stderr, "WARNING: cannot open file %s\n", libtest_arg2); return -1; -@@ -71,18 +83,6 @@ +@@ -70,18 +82,6 @@ return -4; } |