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/netdb.h | |
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/netdb.h')
-rw-r--r-- | os/windows/posix/include/netdb.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/os/windows/posix/include/netdb.h b/os/windows/posix/include/netdb.h index 237288b3..5dace165 100644 --- a/os/windows/posix/include/netdb.h +++ b/os/windows/posix/include/netdb.h @@ -1,4 +1,4 @@ -#ifndef NETDB_H
-#define NETDB_H
-
-#endif /* NETDB_H */
+#ifndef NETDB_H +#define NETDB_H + +#endif /* NETDB_H */ |