Branch: refs/heads/master Home: https://github.com/fabbione/kronosnet Commit: 1466781018ec184116bdc6506bc4a480d99340eb https://github.com/fabbione/kronosnet/commit/1466781018ec184116bdc6506bc4a48... Author: Christine Caulfield ccaulfie@redhat.com Date: 2017-01-27 (Fri, 27 Jan 2017)
Changed paths: M libknet/compat.h
Log Message: ----------- [compat] Fix FreeBSD defines
We need to undefine HAVE_RECVMMSG & HAVE_SENDMMSG for it to compile on FreeBSD (not sure how that ever worked before).
There is a PR for FreeBSD to fix the recvmmsg bug, but it's not in a released update yet. So with luck we can remove this soon-ish
https://github.com/freebsd/freebsd/commit/3fa64907439c00965fb0cbb222a6bf073c...
Signed-off-by: Christine Caulfield ccaulfie@redhat.com