aports/testing/libteam/memcpy-memset-implicit-declaration.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
293 B
Diff

--- libteam-1.17/teamd/teamd_phys_port_check.c
+++ libteam-1.17/teamd/teamd_phys_port_check.c.new
@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <string.h>
#include <stdio.h>
#include <errno.h>
#include <sys/types.h>