Those two aren't needed here (we don't need that level of source compatibility,

ie. if someone included net/socket.h he's doomed to change his sources).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18679 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-08-28 21:52:07 +00:00
parent 6fdccb80f5
commit 036caeb9cf
2 changed files with 0 additions and 23 deletions

View File

@ -1,6 +0,0 @@
#ifndef _NET_NETDB_H
#define _NET_NETDB_H
#include_next <netdb.h> /* should include the posix netdb.h */
#endif /* _NET_NETDB_H */

View File

@ -1,17 +0,0 @@
#ifndef _NET_SOCKET_H
#define _NET_SOCKET_H
#include <BeBuild.h>
#include <netinet/in.h> /* in_addr, sockaddr_in */
#include <sys/socket.h> /* sockaddr */
#include <sys/select.h>
#define OBOS_NET_STACK_VERSION 0x0100 /* 1.0 */
/*
* Be extension
*/
#define B_UDP_MAX_SIZE (65536 - 1024)
#endif /* _NET_SOCKET_H */