* Removed superfluous prototypes from in.h. Minor cleanup.

* Fixed in6.h header. to be able to be compiled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19552 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-12-18 17:12:54 +00:00
parent da758f9fce
commit c2c739ce33
2 changed files with 12 additions and 23 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ struct in6_addr {
struct sockaddr_in6 {
uint8_t sin6_len;
sa_family_t sin6_family;
in_port_t sin6_port
uint8_t sin6_family;
uint16_t sin6_port;
uint32_t sin6_flowinfo;
struct in6_addr sin6_addr;
uint32_t sin6_scope_id;