Update all Windows files except dobuild.cmd to use LF line endings
[fio.git] / os / windows / posix / include / netinet / in.h
index 80b69a720177b0c23e3ae562caa05ee4b0eca012..b58c209f2ec0dc34de8c5fdf73e30de5116157be 100644 (file)
@@ -1,21 +1,21 @@
-#ifndef NETINET_IN_H\r
-#define NETINET_IN_H\r
-\r
-#include <inttypes.h>\r
-#include <sys/un.h>\r
-\r
-struct in6_addr\r
-{\r
-       uint8_t s6_addr[16];\r
-};\r
-\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
-};\r
-\r
-#endif /* NETINET_IN_H */\r
+#ifndef NETINET_IN_H
+#define NETINET_IN_H
+
+#include <inttypes.h>
+#include <sys/un.h>
+
+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 */