freebsd-dev/contrib
Bjoern A. Zeeb 541ab6a6c5 The argument to setsockopt for IP_MULTICAST_LOOP depends on operating
system and is decided upon by configure and could be an u_int or a
u_char.  For FreeBSD it is a u_char.

For IPv6 however RFC 3493, 5.2 defines the argument to
IPV6_MULTICAST_LOOP to be an unsigned integer so make sure we always
use that using a second variable for the IPV6 case.
This is to get rid of these error messages every 5 minutes on some
systems:
ntpd[1530]: setsockopt IPV6_MULTICAST_LOOP failure: Invalid argument
  on socket 22, addr fe80::... for multicast address ff02::101

While here also fix the copy&paste error in the log message for
IPV6_MULTICAST_LOOP.

Reviewed by:	roberto
Sponsored by:	The FreeBSD Foundation
Sponsored by:	iXsystems
MFC after:	10 days
Filed as:	Bug 1936 on ntp.org
2011-05-29 07:40:48 +00:00
..
amd
bind9 Upgrade to 9.6-ESV-R4-P1, which address the following issues: 2011-05-28 00:21:28 +00:00
binutils Fix clang warnings. 2011-05-22 22:16:19 +00:00
bsnmp Properly detect interface's state in the LINK_STATE_UNKNOWN case. 2011-05-03 10:11:44 +00:00
bzip2
com_err
compiler-rt
cvs
dialog Make dialog's --prgbox option actually work. 2011-04-17 17:30:29 +00:00
diff
dtc
ee
expat
file
gcc Fix clang warnings. 2011-05-22 22:17:06 +00:00
gcclibs Fix clang compile warnings. 2011-05-22 22:14:15 +00:00
gdb
gdtoa
gnu-sort
gperf Fix clang warnings. 2011-05-18 21:06:20 +00:00
groff Fix clang warnings. 2011-05-18 21:04:29 +00:00
ipfilter
less MFV: Update to less v443. 2011-05-09 21:51:59 +00:00
libbegemot
libpcap
libreadline
libstdc++ Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revision 2011-03-29 20:53:51 +00:00
llvm Make cross-compiling using clang work better, by respecting the 2011-05-05 16:14:13 +00:00
lukemftp
lukemftpd
ncurses
netcat MFV: nc(1) from OpenBSD 4.9. 2011-05-11 21:52:26 +00:00
ngatm
ntp The argument to setsockopt for IP_MULTICAST_LOOP depends on operating 2011-05-29 07:40:48 +00:00
nvi
ofed - Merge in OFED 1.5.3 from projects/ofed/head 2011-03-21 09:58:24 +00:00
one-true-awk Update to a 6-May-2011 release (upstreamed some of our changes). 2011-05-06 14:21:46 +00:00
openbsm [mdoc] Fixed .Dt call. 2011-05-25 14:13:53 +00:00
openpam
openresolv Fix typo in manpage resolvconf.conf(5). 2011-05-01 15:46:18 +00:00
opie
pam_modules/pam_passwdqc
pf
pnpinfo
sendmail
smbfs
tcp_wrappers
tcpdump
tcsh Remove unused GPL files from tcsh. 2011-04-28 14:43:38 +00:00
telnet
texinfo Fix stack smash problem in makeinfo, by increasing buffer sizes in 2011-05-03 14:43:16 +00:00
top Output an appropriate amount of padding to line up per-CPU state columns 2011-02-01 15:48:27 +00:00
traceroute Check return code of setuid() in traceroute. 2011-04-23 13:07:35 +00:00
tzcode
tzdata MFV of tzdata2011g, 221089. 2011-04-26 22:14:10 +00:00
wpa
xz