diff options
| author | Stuart Cardall <developer@it-offshore.co.uk> | 2015-04-23 17:13:36 +0000 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 00:43:18 +0200 |
| commit | 43abfd35f496d8bb1b3e1fb7ae611ed7bc86a629 (patch) | |
| tree | dd573b4f4f5524316b8f0e00fbde4849d4185fd9 /testing/libteam/fix-fd_set.patch | |
| parent | f0364e98208b6cf4d45826c690288c74a6fffaf4 (diff) | |
| download | aports-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.patch | 10 |
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 000000000..b019ff321 --- /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> |
