Fix tabbing and comment characters in Windows code.
[fio.git] / os / windows / posix / include / netinet / in.h
index 80b69a720177b0c23e3ae562caa05ee4b0eca012..814a30eb7dce74685c4c606715edf9043b69013a 100644 (file)
@@ -11,11 +11,11 @@ struct in6_addr
 \r
 struct sockaddr_in6\r
 {\r
-       sa_family_t      sin6_family;   // AF_INET6.\r
-       in_port_t        sin6_port;     // Port number.\r
-       uint32_t         sin6_flowinfo; // IPv6 traffic class and flow information.\r
-       struct in6_addr  sin6_addr;     // IPv6 address.\r
-       uint32_t         sin6_scope_id; // Set of interfaces for a scope.\r
+       sa_family_t             sin6_family;   /* AF_INET6 */\r
+       in_port_t               sin6_port;     /* Port number */\r
+       uint32_t                sin6_flowinfo; /* IPv6 traffic class and flow information */\r
+       struct in6_addr sin6_addr;     /* IPv6 address */\r
+       uint32_t                sin6_scope_id; /* Set of interfaces for a scope */\r
 };\r
 \r
 #endif /* NETINET_IN_H */\r