X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fposix%2Finclude%2Fnetinet%2Fin.h;h=f7e24197cee96efcc2a09928c5d280e670106d0e;hp=814a30eb7dce74685c4c606715edf9043b69013a;hb=47c7c1f526f1038abe7df350d02231220b3eecb9;hpb=fc0b830f419bf64fff6fee91d1d3b9e94da11091 diff --git a/os/windows/posix/include/netinet/in.h b/os/windows/posix/include/netinet/in.h index 814a30eb..f7e24197 100644 --- a/os/windows/posix/include/netinet/in.h +++ b/os/windows/posix/include/netinet/in.h @@ -1,21 +1,8 @@ -#ifndef NETINET_IN_H -#define NETINET_IN_H - -#include -#include - -struct in6_addr -{ - uint8_t s6_addr[16]; -}; - -struct sockaddr_in6 -{ - sa_family_t sin6_family; /* AF_INET6 */ - in_port_t sin6_port; /* Port number */ - uint32_t sin6_flowinfo; /* IPv6 traffic class and flow information */ - struct in6_addr sin6_addr; /* IPv6 address */ - uint32_t sin6_scope_id; /* Set of interfaces for a scope */ -}; - -#endif /* NETINET_IN_H */ +#ifndef NETINET_IN_H +#define NETINET_IN_H + +#include +#include + + +#endif /* NETINET_IN_H */