* Made an uint32 out of net_socket::bound_to_device.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38395 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-08-27 10:56:41 +00:00
parent cf064cc7b5
commit 89bf19ccde
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ typedef struct net_socket {
int options;
int linger;
int bound_to_device;
uint32 bound_to_device;
struct {
uint32 buffer_size;