]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Tons of fixes to get all the 64bit issues removed.
authorrrs <rrs@FreeBSD.org>
Sun, 5 Nov 2006 13:25:18 +0000 (13:25 +0000)
committerrrs <rrs@FreeBSD.org>
Sun, 5 Nov 2006 13:25:18 +0000 (13:25 +0000)
commit20dc61d3a46238522e738dd8dde26965d5ce46dd
tree0917b677ec5366916adb9fc52ff977feb016deb1
parent21ab4f8a250dc1903e52406d7a88f2bc912fb733
Tons of fixes to get all the 64bit issues removed.
This also moves two 16 bit int's to become 32 bit
values so we do not have to use atomic_add_16.
Most of the changes are %p, casts and other various
nasty's that were in the orignal code base. With this
commit my machine will now do a build universe.. however
I as yet have not tested on a 64bit machine .. it may not work :-(
sys/netinet/sctp_bsd_addr.c
sys/netinet/sctp_crc32.c
sys/netinet/sctp_indata.c
sys/netinet/sctp_input.c
sys/netinet/sctp_output.c
sys/netinet/sctp_pcb.c
sys/netinet/sctp_structs.h
sys/netinet/sctp_uio.h
sys/netinet/sctputil.c
sys/netinet/sctputil.h
sys/netinet6/sctp6_usrreq.c