Add AF_BLUETOOTH sockets family

- Feel free to change the index
 


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26445 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2008-07-16 17:30:36 +00:00
parent 8995071f07
commit 0501b7cd80
+3 -1
View File
@@ -26,7 +26,8 @@ typedef uint32_t socklen_t;
#define AF_NOTIFY 8
#define AF_LOCAL 9
#define AF_UNIX AF_LOCAL
#define AF_MAX 10
#define AF_BLUETOOTH 10
#define AF_MAX 11
/* Protocol families, deprecated */
#define PF_UNSPEC AF_UNSPEC
@@ -36,6 +37,7 @@ typedef uint32_t socklen_t;
#define PF_INET6 AF_INET6
#define PF_LOCAL AF_LOCAL
#define PF_UNIX AF_UNIX
#define PF_BLUETOOTH AF_BLUETOOTH
/* Socket types */
#define SOCK_STREAM 1