freebsd-nq/contrib
Warner Losh 26ea346865 Add an extra (void *) cast. The struct if_msghdr has an 8 byte
alignment requirement, while rt_msghdr has a 4 byte alignment
requirement.  The root cause is that if_msghdr has an struct if_data
which has an 8-byte alignment requirement due to a time_t that's
embedded in it.  On MIPS, time_t is a 64-bit number, so must be 64-bit
aligned.

Since we don't access ifm_data.ifi_epoch, a simple cast is all that's
necessary here.  It is likely the case that ifi_epoch should *NOT* be
a time_t because it is an uptime (time delta) an not an absolute time
since 1970.  u_long is likely sufficient there since that gives an
uptime of 136 years will suffice for the foreseeable future.
2009-02-18 19:59:27 +00:00
..
amd
bc
bind9 Merge from vendor/bind9/dist as of the 9.4.3-P1 import 2009-01-09 11:45:45 +00:00
binutils
bsnmp Add an extra (void *) cast. The struct if_msghdr has an 8 byte 2009-02-18 19:59:27 +00:00
bzip2
com_err
cpio
csup - Do not free the pattern lists immediately after use, as they might be needed 2009-02-15 13:22:21 +00:00
cvs
diff
expat
file Add an additional COMPILE_ONLY check. 2009-01-02 03:31:45 +00:00
gcc
gcclibs
gdb
gdtoa Vendor import of gdtoa 20081205. 2009-01-28 04:36:34 +00:00
gnu-sort
gperf
groff
hostapd
ipfilter This main goals of this project are: 2008-12-15 06:10:57 +00:00
less
libbegemot
libf2c
libobjc
libpcap
libreadline
libstdc++
lukemftp
lukemftpd Prevent cross-site forgery attacks on lukemftpd(8) due to splitting 2009-01-07 20:17:55 +00:00
ncurses
netcat Merge nc(1) from OpenBSD 4.4. While there, rename our '-O' (no 2008-12-19 23:00:23 +00:00
ngatm
ntp Correct ntpd(8) cryptographic signature bypass [SA-09:04]. 2009-01-13 21:19:27 +00:00
nvi
one-true-awk
openbsm Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, both 2009-01-14 10:44:16 +00:00
openpam Don't try to auto-detect dynamic linking; it fails on mips. The Makefile 2009-02-17 16:35:19 +00:00
opie - Remove non-existing reference 2009-01-30 15:43:55 +00:00
pam_modules/pam_passwdqc
pf
pnpinfo
sendmail
smbfs Document the "-U" option. While it is not part of the 2009-01-22 08:29:39 +00:00
tcp_wrappers
tcpdump
tcsh
telnet Correctly scrub telnetd's environment. 2009-02-16 21:56:17 +00:00
texinfo
top
traceroute
wpa_supplicant update to 0.5.11: some useful bug fixes (check ChangeLog) 2009-01-27 22:18:04 +00:00