[Spice-commits] Changes to 'freebsd'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Apr 17 10:12:53 UTC 2021
New branch 'freebsd' available with the following commits:
commit 1188bacb6a81b64930a1ff671010130036646bc7
Author: Roman Bogorodskiy <bogorodskiy at gmail.com>
Date: Sat Apr 17 12:52:11 2021 +0400
Fix setsockopt on FreeBSD
FreeBSD's setsockopt() behaves just like Dawrin, i.e. sets errno to
EINVAL instead of ENOTSUP, so extend the Darwin workaround to work for
FreeBSD as well.
Signed-off-by: Roman Bogorodskiy <bogorodskiy at gmail.com>
commit 1c26d00d64f0653f691fb9f0975b509dff00c901
Author: Roman Bogorodskiy <bogorodskiy at gmail.com>
Date: Sat Apr 17 12:52:10 2021 +0400
red-stream: add missing include
On FreeBSD, netinet/in.h needs to be included to use IPPROTO_TCP.
Signed-off-by: Roman Bogorodskiy <bogorodskiy at gmail.com>
More information about the Spice-commits
mailing list