haiku/headers/posix/netinet
Axel Dörfler 15ab0bcf01 * int32_t, uint32_t are now of type "int", and no longer of type "long".
This should help to reduce the number of warnings imported code will throw
  during compilation (helps a lot with tcpdump, for example).
* Since long is 64 bit on 64 bit platforms, we might want to think about doing
  that change for the Haiku types int32 and uint32 as well.
* Fixed several occurences of hidden type problems.
* Fixed build of the stack and TCP under BeOS.
* Fixed incorrect typedef in socket_interface.h.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22643 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-10-21 20:10:43 +00:00
..
in.h * int32_t, uint32_t are now of type "int", and no longer of type "long". 2007-10-21 20:10:43 +00:00
ip.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
ip_icmp.h Merge of branches/team/network/new_stack - not yet complete as SVN does only support 2006-08-08 12:33:33 +00:00
ip_var.h * Fixup some more headers, following axeld's lead with stdint.h (new_stack didn't compile for me without these). 2006-07-03 03:27:04 +00:00
tcp.h make tcphdr public, it is used by several applications. 2007-05-08 13:10:45 +00:00
udp.h * Fixup some more headers, following axeld's lead with stdint.h (new_stack didn't compile for me without these). 2006-07-03 03:27:04 +00:00