diff options
author | Bruce Cran <bruce@cran.org.uk> | 2013-02-21 11:02:41 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-02-21 11:02:41 +0100 |
commit | 35922a2138c5adc91a2b4b185b5d756900bde87d (patch) | |
tree | 9fa4f652df24809a9be60087a22bfb8fcba12991 /os/windows/posix/include/netinet | |
parent | 427899c4c9a09e245f0dd1210e824cfcea8212f8 (diff) | |
download | fio-35922a2138c5adc91a2b4b185b5d756900bde87d.tar.gz fio-35922a2138c5adc91a2b4b185b5d756900bde87d.tar.bz2 |
Update all Windows files except dobuild.cmd to use LF line endings
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.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/os/windows/posix/include/netinet/in.h b/os/windows/posix/include/netinet/in.h index 814a30eb..b58c209f 100644 --- a/os/windows/posix/include/netinet/in.h +++ b/os/windows/posix/include/netinet/in.h @@ -1,21 +1,21 @@ -#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 */
+#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 */ |