summaryrefslogtreecommitdiff
path: root/os/windows/posix/include/netinet
diff options
context:
space:
mode:
authorBruce Cran <bruce@cran.org.uk>2012-02-20 21:03:48 +0100
committerJens Axboe <axboe@kernel.dk>2012-02-20 21:03:48 +0100
commitfc0b830f419bf64fff6fee91d1d3b9e94da11091 (patch)
tree3da4f700a53d6f03e67a67c160770ecb7e034c22 /os/windows/posix/include/netinet
parent01bff3b891c164413b67f8d349ec7e8108d962e2 (diff)
downloadfio-fc0b830f419bf64fff6fee91d1d3b9e94da11091.tar.gz
fio-fc0b830f419bf64fff6fee91d1d3b9e94da11091.tar.bz2
Fix tabbing and comment characters in Windows code.
Update syslog.h with proper flag values. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'os/windows/posix/include/netinet')
-rw-r--r--os/windows/posix/include/netinet/in.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/windows/posix/include/netinet/in.h b/os/windows/posix/include/netinet/in.h
index 80b69a72..814a30eb 100644
--- a/os/windows/posix/include/netinet/in.h
+++ b/os/windows/posix/include/netinet/in.h
@@ -11,11 +11,11 @@ struct in6_addr
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.
+ 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 */