haiku/headers/private/net
Ingo Weinhold 758b1d0e05 Fixes that make Haiku build with gcc 4. Mainly out of the following
categories:
* Missing includes (like <stdlib.h> and <string.h>).
* Linking against $(TARGET_LIBSTDC++) instead of libstdc++.r4.so.
* Local variables shadowing parameters.
* Default parameters in function definitions (as opposed to function
  declarations).
* All C++ stuff (nothrow, map, set, vector, min, max,...) must be imported
  explicitly from the std:: namespace now.
* "new (sometype)[...]" must read "new sometype[...]", even if sometype is
  something like "const char *".
* __FUNCTION__ is no longer a string literal (but a string expression), i.e.
  'printf(__FUNCTION__ ": ...\n")' is invalid code.
* A type cast results in a non-lvalue. E.g. "(char *)buffer += bytes"
  is an invalid expression.
* "friend class SomeClass" only works when SomeClass is known before.
  Otherwise the an inner class with that name is considered as friend.
  gcc 4 is much pickier about scopes.
* gcc 4 is generally stricter with respect to type conversions in C.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14878 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-11-12 23:27:14 +00:00
..
arpa Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
isc Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
sys Moved from headers/posix to private/net, as they're not POSIX headers. 2004-04-25 22:53:41 +00:00
core_funcs.h Added get/set_max_xxx functions. 2003-10-14 10:14:57 +00:00
core_module.h added a socketpair in libsocket.so with corresponding code in the network stack driver and the network stack 2005-09-28 12:21:42 +00:00
ether_driver.h that ioctl is only to check for writev, not readv, doesn't make much sense anyway 2005-03-14 23:24:26 +00:00
ethernet_module.h Define a NETWORK_MODULES_ROOT to easy change the stack modules root folder name, 2004-01-12 23:28:41 +00:00
fd_setsize.h Moved from headers/posix to private/net, as they're not POSIX headers. 2004-04-25 22:53:41 +00:00
hesiod.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
icmp_module.h Define a NETWORK_MODULES_ROOT to easy change the stack modules root folder name, 2004-01-12 23:28:41 +00:00
ipv4_module.h Define a NETWORK_MODULES_ROOT to easy change the stack modules root folder name, 2004-01-12 23:28:41 +00:00
irp.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
irs.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
lock.h after many changes, the network stack can now be build 2002-10-30 01:21:54 +00:00
mbuf.h Added get/set_max_xxx functions. 2003-10-14 10:14:57 +00:00
net_malloc.h Moving the net kit private includes files to /current tree. 2002-08-27 07:59:57 +00:00
net_misc.h EHOSTDOWN not needed for Haiku 2005-11-07 20:09:10 +00:00
net_module.h Prepare for native installation on Haiku. The net_stack is located under dev/net_stack to avoid recursive lookup, the network core is at add-ons/kernel/network instead of obos_network. 2005-04-11 19:37:09 +00:00
net_socket.h fix the build 2005-09-30 22:32:01 +00:00
net_stack_driver.h Fixes that make Haiku build with gcc 4. Mainly out of the following 2005-11-12 23:27:14 +00:00
net_timer.h Moving the net kit private includes files to /current tree. 2002-08-27 07:59:57 +00:00
netconfig.h added some netdebug and netconfig files 2005-10-13 15:49:30 +00:00
netdebug.h added some netdebug and netconfig files 2005-10-13 15:49:30 +00:00
netgroup.h Moved from headers/posix to private/net, as they're not POSIX headers. 2004-04-25 22:53:41 +00:00
nhash.h Moving the net kit private includes files to /current tree. 2002-08-27 07:59:57 +00:00
pools.h Moving the net kit private includes files to /current tree. 2002-08-27 07:59:57 +00:00
protocols.h Move errno.h to it's correct place 2002-07-11 20:39:30 +00:00
raw_module.h Define a NETWORK_MODULES_ROOT to easy change the stack modules root folder name, 2004-01-12 23:28:41 +00:00
res_update.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
userland_ipc.h Moved from headers/posix to private/net, as they're not POSIX headers. 2004-04-25 22:53:41 +00:00