diff options
author | 2017-02-22 13:43:35 +0000 | |
---|---|---|
committer | 2017-02-22 13:43:35 +0000 | |
commit | 96337b441186636e3b2e85a136470ff9c2390715 (patch) | |
tree | 339e3b4293133500713270d2dc62e04aec9fc18a /sys/dev/pv/xen.c | |
parent | Keep local definitions local. (diff) | |
download | wireguard-openbsd-96337b441186636e3b2e85a136470ff9c2390715.tar.xz wireguard-openbsd-96337b441186636e3b2e85a136470ff9c2390715.zip |
Unbreak "ping6 -L"
$ ping6 -L ff02::1%em1
ping6: setsockopt IP6_MULTICAST_LOOP: Invalid argument
Unfortunately we have this inconsistency in the sockets API where we need
to pass an unsigned char for IP_MULTICAST_LOOP but we need an unsigned
int for IPV6_MULTICAST_LOOP.
While here, fix a typo in the error message.
OK millert@ florian@
Diffstat (limited to 'sys/dev/pv/xen.c')
0 files changed, 0 insertions, 0 deletions