aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libteam/memcpy-memset-implicit-declaration.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/memcpy-memset-implicit-declaration.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/memcpy-memset-implicit-declaration.patch')
-rw-r--r--testing/libteam/memcpy-memset-implicit-declaration.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/libteam/memcpy-memset-implicit-declaration.patch b/testing/libteam/memcpy-memset-implicit-declaration.patch
new file mode 100644
index 0000000000..84b1a99b8e
--- /dev/null
+++ b/testing/libteam/memcpy-memset-implicit-declaration.patch
@@ -0,0 +1,10 @@
+--- 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>