Branch: refs/heads/master
Home:
https://github.com/fabbione/kronosnet
Commit: 0551f454a3933ff9e8aee3cff8e83787a32a6480
https://github.com/fabbione/kronosnet/commit/0551f454a3933ff9e8aee3cff8e837…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2017-01-26 (Thu, 26 Jan 2017)
Changed paths:
M libknet/compat.c
M libknet/compat.h
M libknet/tests/Makefile.am
M libknet/tests/api_knet_strtoaddr.c
M libknet/transport_udp.c
Log Message:
-----------
compat: make it work on FreeBSD
Although FreeBSD 11 has sendmmsg & recvmmsg wrappers, they
don't quite work the same as Linux so I've enabled the (fixed)
compat versions for that platform.
make check now works on FreeBSD 11
Signed-off-by: Christine Caulfield <ccaulfie(a)redhat.com>