aports/testing/libteam/fix-fd_set.patch
Stuart Cardall 43abfd35f4 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.
2015-04-28 00:43:18 +02:00

11 lines
242 B
Diff

--- 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>