aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libteam/fix-fd_set.patch
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-04-23 17:13:36 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-28 00:43:18 +0200
commit43abfd35f496d8bb1b3e1fb7ae611ed7bc86a629 (patch)
treedd573b4f4f5524316b8f0e00fbde4849d4185fd9 /testing/libteam/fix-fd_set.patch
parentf0364e98208b6cf4d45826c690288c74a6fffaf4 (diff)
downloadaports-43abfd35f496d8bb1b3e1fb7ae611ed7bc86a629.tar.bz2
aports-43abfd35f496d8bb1b3e1fb7ae611ed7bc86a629.tar.xz
testing/libteam: new aport
Required by networkmanager http://libteam.org/ Lower performance overhead compared to bonding: https://github.com/jpirko/libteam/wiki/Bonding-vs.-Team-driver-features Python 2/3 bindings split out into a separate package.
Diffstat (limited to 'testing/libteam/fix-fd_set.patch')
-rw-r--r--testing/libteam/fix-fd_set.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libteam/fix-fd_set.patch b/testing/libteam/fix-fd_set.patch
new file mode 100644
index 0000000000..b019ff321b
--- /dev/null
+++ b/testing/libteam/fix-fd_set.patch
@@ -0,0 +1,10 @@
+--- libteam-1.17/utils/teamnl.c
++++ libteam-1.17/utils/teamnl.c.new
+@@ -23,6 +23,7 @@
+ #include <string.h>
+ #include <getopt.h>
+ #include <errno.h>
++#include <sys/select.h>
+ #include <sys/signalfd.h>
+ #include <signal.h>
+ #include <unistd.h>