From b7f37ac4d273c6e2138fb6f2b54b5340181d6a58 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Fri, 17 Jul 2015 14:42:53 +0000 Subject: [PATCH] - from PLD --- openssh-tests-reuseport.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openssh-tests-reuseport.patch diff --git a/openssh-tests-reuseport.patch b/openssh-tests-reuseport.patch new file mode 100644 index 0000000..4b9c856 --- /dev/null +++ b/openssh-tests-reuseport.patch @@ -0,0 +1,11 @@ +--- openssh-6.9p1/regress/netcat.c.orig 2015-07-01 04:35:31.000000000 +0200 ++++ openssh-6.9p1/regress/netcat.c 2015-07-03 17:23:33.544777525 +0200 +@@ -775,7 +775,7 @@ + #ifdef SO_REUSEPORT + ret = setsockopt(s, SOL_SOCKET, SO_REUSEPORT, &x, sizeof(x)); + if (ret == -1) +- err(1, "setsockopt"); ++ warn("setsockopt SO_REUSEPORT"); + #endif + set_common_sockopts(s); + -- 2.52.0