summaryrefslogtreecommitdiff
path: root/debian/patches/workaround_EINVAL_on_kfreebsd
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/workaround_EINVAL_on_kfreebsd')
-rw-r--r--debian/patches/workaround_EINVAL_on_kfreebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/workaround_EINVAL_on_kfreebsd b/debian/patches/workaround_EINVAL_on_kfreebsd
index 5321f83..50b4690 100644
--- a/debian/patches/workaround_EINVAL_on_kfreebsd
+++ b/debian/patches/workaround_EINVAL_on_kfreebsd
@@ -1,6 +1,6 @@
--- a/subversion/bindings/swig/ruby/test/util.rb
+++ b/subversion/bindings/swig/ruby/test/util.rb
-@@ -369,6 +369,8 @@
+@@ -371,6 +371,8 @@
TCPSocket.new(@svnserve_host, port).close
rescue Errno::ECONNREFUSED
sleep(n < 10 ? 0.2 : 0.5)