haiku/headers
Michael Lotz 4cde5cc228 * Fix binding to link level sockets. The bound type was constructed using the
sdl_e_type in network byte order, causing such a socket not to receive
  anything.
  When working around that by not using htons() on bind, sending would then fail
  on such a socket because the byte order is actually required to be swapped
  there.
* Extend the comment for the B_NET_FRAME_TYPE macro to document that the input
  types are supposed to be in host byte order to avoid future confusion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42357 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-07-01 20:26:37 +00:00
..
build Attempt to fix the FreeBSD build. We don't really what KernelExport.h defines, 2011-06-14 13:44:07 +00:00
compatibility Updated posix headers to remove commas from copyright line, to match the preferred coding guidelines. 2010-11-03 22:04:50 +00:00
config Changed to 64 bit physical addresses for x86. This enabled PAE support. 2010-06-23 16:10:08 +00:00
cpp * Added missing clear() method. 2010-08-05 11:23:01 +00:00
glibc * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
libs Add a comment about who is responsible to clean up. 2011-06-18 01:29:27 +00:00
os revert r42251. Cast the enum to uint32 before use in switchs to please GCC 4.5. 2011-06-20 21:12:10 +00:00
posix Merged signals-merge branch into trunk with the following changes: 2011-06-12 00:00:23 +00:00
private * Fix binding to link level sockets. The bound type was constructed using the 2011-07-01 20:26:37 +00:00
tools * Moved everything into the SymbolPatcher namespace. 2009-11-05 17:16:17 +00:00