Update all Windows files except dobuild.cmd to use LF line endings

Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/os/windows/examples.wxs b/os/windows/examples.wxs
index 84f2a86..7717309 100755
--- a/os/windows/examples.wxs
+++ b/os/windows/examples.wxs
@@ -1,75 +1,75 @@
-<?xml version="1.0" encoding="utf-8"?>

-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

-    <Fragment>

-        <DirectoryRef Id="examples">

-                <Component>

-                    <File Source="..\..\examples\1mbs_clients" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\aio-read" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\disk-zone-profile" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\fsx" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\iometer-file-access-server" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\netio" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\ssd-test" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\surface-scan" />

-                </Component>

-                <Component>

-                    <File Source="..\..\examples\tiobench-example" />

-                </Component>

-                <Component>

-                  <File Source="..\..\examples\null" />

-                </Component>

-                <Component>

-                  <File Source="..\..\examples\flow" />

-                </Component>

-                <Component>

-                  <File Source="..\..\examples\cpuio" />

-                </Component>

-                <Component>

-                  <File Source="..\..\examples\falloc" />

-                </Component>

-                <Component>

-                  <File Source="..\..\examples\fusion-aw-sync.ini" />

-                </Component>

-                <Component>

-                  <File Source="..\..\examples\ssd-steadystate.fio" />

-                </Component>

-                <Component>

-                  <File Source="..\..\examples\zipf" />

-                </Component>

-        </DirectoryRef>

-    </Fragment>

-    <Fragment>

-        <ComponentGroup Id="examples">

-            <ComponentRef Id="_1mbs_clients" />

-            <ComponentRef Id="aio_read" />

-            <ComponentRef Id="disk_zone_profile" />

-            <ComponentRef Id="fsx" />

-            <ComponentRef Id="iometer_file_access_server" />

-            <ComponentRef Id="netio" />

-            <ComponentRef Id="ssd_test" />

-            <ComponentRef Id="surface_scan" />

-            <ComponentRef Id="tiobench_example" />

-            <ComponentRef Id="null" />

-            <ComponentRef Id="flow" />

-            <ComponentRef Id="cpuio" />

-            <ComponentRef Id="falloc" />

-            <ComponentRef Id="fusion_aw_sync.ini" />

-            <ComponentRef Id="ssd_steadystate.fio" />

-            <ComponentRef Id="zipf" />

-        </ComponentGroup>

-    </Fragment>

-</Wix>

+<?xml version="1.0" encoding="utf-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+    <Fragment>
+        <DirectoryRef Id="examples">
+                <Component>
+                    <File Source="..\..\examples\1mbs_clients" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\aio-read" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\disk-zone-profile" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\fsx" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\iometer-file-access-server" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\netio" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\ssd-test" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\surface-scan" />
+                </Component>
+                <Component>
+                    <File Source="..\..\examples\tiobench-example" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\null" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\flow" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\cpuio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\falloc" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\fusion-aw-sync.ini" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\ssd-steadystate.fio" />
+                </Component>
+                <Component>
+                  <File Source="..\..\examples\zipf" />
+                </Component>
+        </DirectoryRef>
+    </Fragment>
+    <Fragment>
+        <ComponentGroup Id="examples">
+            <ComponentRef Id="_1mbs_clients" />
+            <ComponentRef Id="aio_read" />
+            <ComponentRef Id="disk_zone_profile" />
+            <ComponentRef Id="fsx" />
+            <ComponentRef Id="iometer_file_access_server" />
+            <ComponentRef Id="netio" />
+            <ComponentRef Id="ssd_test" />
+            <ComponentRef Id="surface_scan" />
+            <ComponentRef Id="tiobench_example" />
+            <ComponentRef Id="null" />
+            <ComponentRef Id="flow" />
+            <ComponentRef Id="cpuio" />
+            <ComponentRef Id="falloc" />
+            <ComponentRef Id="fusion_aw_sync.ini" />
+            <ComponentRef Id="ssd_steadystate.fio" />
+            <ComponentRef Id="zipf" />
+        </ComponentGroup>
+    </Fragment>
+</Wix>
diff --git a/os/windows/install.wxs b/os/windows/install.wxs
index b43120a..02f81cb 100755
--- a/os/windows/install.wxs
+++ b/os/windows/install.wxs
@@ -1,71 +1,71 @@
-<?xml version="1.0" encoding="utf-8"?>

-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">

-

-	<?if $(env.FIO_ARCH) = x86 ?>

-		<?define ProgramDirectory = ProgramFilesFolder ?>

-	<?else?>

-		<?define ProgramDirectory = ProgramFiles64Folder ?>

-	<?endif?>

-

-	<Product Id="*"

-	  Codepage="1252" Language="1033"

-	  Manufacturer="fio" Name="fio"

-	  UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="2.0.13">

-		<Package

-		  Description="Flexible IO Tester"

-		  InstallerVersion="301" Keywords="Installer,MSI,Database"

-		  Languages="1033" Manufacturer="fio"

-		  InstallScope="perMachine" InstallPrivileges="elevated" Compressed="yes"/>

-

-		<Media Id="1" Cabinet="Product.cab" EmbedCab="yes" CompressionLevel="high"/>

-

-		<Directory Id="TARGETDIR" Name="SourceDir">

-			<Directory Id="$(var.ProgramDirectory)">

-				<Directory Id="INSTALLDIR">

-					<Directory Id="fio" Name="fio">

-						<Component>

-							<File Source="..\..\fio.exe"/>

-						</Component>

-						<Component>

-							<File KeyPath="yes" Source="..\..\pthreadGC2.dll"/>

-						</Component>

-						<Component>

-							<File Id="README" Name="README.rtf" Source="..\..\README"/>

-						</Component>

-						<Component>

-							<File Id="REPORTING_BUGS" Name="REPORTING-BUGS.rtf" Source="..\..\REPORTING-BUGS"/>

-						</Component>

-						<Component>

-							<File Id="HOWTO" Name="HOWTO.rtf" Source="..\..\HOWTO"/>

-						</Component>

-						<Component>

-							<File Id="COPYING" Name="COPYING.rtf" Source="..\..\COPYING"/>

-						</Component>

-						<Directory Id="examples" Name="examples"/>

-					</Directory>

-				</Directory>

-			</Directory>

-	</Directory>

-

-	<Feature Id="AlwaysInstall" Absent="disallow" ConfigurableDirectory="INSTALLDIR" Display="hidden" Level="1" Title="Flexible IO Tester">

-		<ComponentRef Id="fio.exe"/>

-		<ComponentRef Id="pthreadGC2.dll"/>

-		<ComponentRef Id="HOWTO"/>

-		<ComponentRef Id="README"/>

-		<ComponentRef Id="REPORTING_BUGS"/>

-		<ComponentRef Id="COPYING"/>

-		<ComponentGroupRef Id="examples"/>

-	</Feature>

-

-	<Property Id="ARPURLINFOABOUT" Value="http://git.kernel.dk/?p=fio.git" />

-	<Property Id='ARPCONTACT'>fio@vger.kernel.org</Property>

-	<Property Id='ARPHELPLINK'>http://www.spinics.net/lists/fio/</Property>

-	<Property Id='ARPURLUPDATEINFO'>http://git.kernel.dk/?p=fio.git</Property>

-

-	<WixVariable Id="WixUILicenseRtf" Value="eula.rtf" />

-

-	<UIRef Id="WixUI_Minimal"/>

-

-	<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."/>

-</Product>

-</Wix>

+<?xml version="1.0" encoding="utf-8"?>
+<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
+
+	<?if $(env.FIO_ARCH) = x86 ?>
+		<?define ProgramDirectory = ProgramFilesFolder ?>
+	<?else?>
+		<?define ProgramDirectory = ProgramFiles64Folder ?>
+	<?endif?>
+
+	<Product Id="*"
+	  Codepage="1252" Language="1033"
+	  Manufacturer="fio" Name="fio"
+	  UpgradeCode="2338A332-5511-43CF-B9BD-5C60496CCFCC" Version="2.0.13">
+		<Package
+		  Description="Flexible IO Tester"
+		  InstallerVersion="301" Keywords="Installer,MSI,Database"
+		  Languages="1033" Manufacturer="fio"
+		  InstallScope="perMachine" InstallPrivileges="elevated" Compressed="yes"/>
+
+		<Media Id="1" Cabinet="Product.cab" EmbedCab="yes" CompressionLevel="high"/>
+
+		<Directory Id="TARGETDIR" Name="SourceDir">
+			<Directory Id="$(var.ProgramDirectory)">
+				<Directory Id="INSTALLDIR">
+					<Directory Id="fio" Name="fio">
+						<Component>
+							<File Source="..\..\fio.exe"/>
+						</Component>
+						<Component>
+							<File KeyPath="yes" Source="..\..\pthreadGC2.dll"/>
+						</Component>
+						<Component>
+							<File Id="README" Name="README.rtf" Source="..\..\README"/>
+						</Component>
+						<Component>
+							<File Id="REPORTING_BUGS" Name="REPORTING-BUGS.rtf" Source="..\..\REPORTING-BUGS"/>
+						</Component>
+						<Component>
+							<File Id="HOWTO" Name="HOWTO.rtf" Source="..\..\HOWTO"/>
+						</Component>
+						<Component>
+							<File Id="COPYING" Name="COPYING.rtf" Source="..\..\COPYING"/>
+						</Component>
+						<Directory Id="examples" Name="examples"/>
+					</Directory>
+				</Directory>
+			</Directory>
+	</Directory>
+
+	<Feature Id="AlwaysInstall" Absent="disallow" ConfigurableDirectory="INSTALLDIR" Display="hidden" Level="1" Title="Flexible IO Tester">
+		<ComponentRef Id="fio.exe"/>
+		<ComponentRef Id="pthreadGC2.dll"/>
+		<ComponentRef Id="HOWTO"/>
+		<ComponentRef Id="README"/>
+		<ComponentRef Id="REPORTING_BUGS"/>
+		<ComponentRef Id="COPYING"/>
+		<ComponentGroupRef Id="examples"/>
+	</Feature>
+
+	<Property Id="ARPURLINFOABOUT" Value="http://git.kernel.dk/?p=fio.git" />
+	<Property Id='ARPCONTACT'>fio@vger.kernel.org</Property>
+	<Property Id='ARPHELPLINK'>http://www.spinics.net/lists/fio/</Property>
+	<Property Id='ARPURLUPDATEINFO'>http://git.kernel.dk/?p=fio.git</Property>
+
+	<WixVariable Id="WixUILicenseRtf" Value="eula.rtf" />
+
+	<UIRef Id="WixUI_Minimal"/>
+
+	<MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."/>
+</Product>
+</Wix>
diff --git a/os/windows/posix/include/arpa/inet.h b/os/windows/posix/include/arpa/inet.h
index df9e278..7e3bfb7 100644
--- a/os/windows/posix/include/arpa/inet.h
+++ b/os/windows/posix/include/arpa/inet.h
@@ -1,13 +1,13 @@
-#ifndef ARPA_INET_H

-#define ARPA_INET_H

-

-#include <winsock2.h>

-#include <inttypes.h>

-

-typedef int socklen_t;

-

-const char *inet_ntop(int af, const void *restrict src,

-        char *restrict dst, socklen_t size);

-int inet_pton(int af, const char *restrict src, void *restrict dst);

-

-#endif /* ARPA_INET_H */

+#ifndef ARPA_INET_H
+#define ARPA_INET_H
+
+#include <winsock2.h>
+#include <inttypes.h>
+
+typedef int socklen_t;
+
+const char *inet_ntop(int af, const void *restrict src,
+        char *restrict dst, socklen_t size);
+int inet_pton(int af, const char *restrict src, void *restrict dst);
+
+#endif /* ARPA_INET_H */
diff --git a/os/windows/posix/include/asm/types.h b/os/windows/posix/include/asm/types.h
index 89ab3d0..7e1489a 100644
--- a/os/windows/posix/include/asm/types.h
+++ b/os/windows/posix/include/asm/types.h
@@ -1,8 +1,8 @@
-#ifndef ASM_TYPES_H

-#define ASM_TYPES_H

-

-typedef unsigned short __u16;

-typedef unsigned int __u32;

-typedef unsigned long long __u64;

-

-#endif /* ASM_TYPES_H */

+#ifndef ASM_TYPES_H
+#define ASM_TYPES_H
+
+typedef unsigned short __u16;
+typedef unsigned int __u32;
+typedef unsigned long long __u64;
+
+#endif /* ASM_TYPES_H */
diff --git a/os/windows/posix/include/dirent.h b/os/windows/posix/include/dirent.h
index eef6a88..379fdf0 100644
--- a/os/windows/posix/include/dirent.h
+++ b/os/windows/posix/include/dirent.h
@@ -1,24 +1,24 @@
-#ifndef DIRENT_H

-#define DIRENT_H

-

-#include <windows.h>

-

-struct dirent

-{

-	ino_t  d_ino;     /*  File serial number */

-	char   d_name[MAX_PATH];  /* Name of entry */

-};

-

-struct dirent_ctx

-{

-	HANDLE find_handle;

-	char dirname[MAX_PATH];

-};

-

-typedef struct dirent_ctx DIR;

-

-DIR *opendir(const char *dirname);

-struct dirent *readdir(DIR *dirp);

-int closedir(DIR *dirp);

-

-#endif /* DIRENT_H */

+#ifndef DIRENT_H
+#define DIRENT_H
+
+#include <windows.h>
+
+struct dirent
+{
+	ino_t  d_ino;     /*  File serial number */
+	char   d_name[MAX_PATH];  /* Name of entry */
+};
+
+struct dirent_ctx
+{
+	HANDLE find_handle;
+	char dirname[MAX_PATH];
+};
+
+typedef struct dirent_ctx DIR;
+
+DIR *opendir(const char *dirname);
+struct dirent *readdir(DIR *dirp);
+int closedir(DIR *dirp);
+
+#endif /* DIRENT_H */
diff --git a/os/windows/posix/include/dlfcn.h b/os/windows/posix/include/dlfcn.h
index aaffb52..57f2930 100644
--- a/os/windows/posix/include/dlfcn.h
+++ b/os/windows/posix/include/dlfcn.h
@@ -1,11 +1,11 @@
-#ifndef DLFCN_H

-#define DLFCN_H

-

-#define RTLD_LAZY 1

-

-void *dlopen(const char *file, int mode);

-int dlclose(void *handle);

-void *dlsym(void *restrict handle, const char *restrict name);

-char *dlerror(void);

-

-#endif /* DLFCN_H */

+#ifndef DLFCN_H
+#define DLFCN_H
+
+#define RTLD_LAZY 1
+
+void *dlopen(const char *file, int mode);
+int dlclose(void *handle);
+void *dlsym(void *restrict handle, const char *restrict name);
+char *dlerror(void);
+
+#endif /* DLFCN_H */
diff --git a/os/windows/posix/include/libgen.h b/os/windows/posix/include/libgen.h
index 9d97c25..5c4fb23 100644
--- a/os/windows/posix/include/libgen.h
+++ b/os/windows/posix/include/libgen.h
@@ -1,6 +1,6 @@
-#ifndef LIBGEN_H

-#define LIBGEN_H

-

-char *basename(char *path);

-

-#endif /* LIBGEN_H */

+#ifndef LIBGEN_H
+#define LIBGEN_H
+
+char *basename(char *path);
+
+#endif /* LIBGEN_H */
diff --git a/os/windows/posix/include/netdb.h b/os/windows/posix/include/netdb.h
index 237288b..5dace16 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 */
diff --git a/os/windows/posix/include/netinet/in.h b/os/windows/posix/include/netinet/in.h
index 814a30e..b58c209 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 */
diff --git a/os/windows/posix/include/poll.h b/os/windows/posix/include/poll.h
index f5c47e7..058e23a 100644
--- a/os/windows/posix/include/poll.h
+++ b/os/windows/posix/include/poll.h
@@ -1,4 +1,4 @@
-#ifndef POLL_H

-#define POLL_H

-

-#endif /* POLL_H */

+#ifndef POLL_H
+#define POLL_H
+
+#endif /* POLL_H */
diff --git a/os/windows/posix/include/semaphore.h b/os/windows/posix/include/semaphore.h
index d58f899..39cd624 100644
--- a/os/windows/posix/include/semaphore.h
+++ b/os/windows/posix/include/semaphore.h
@@ -1,4 +1,4 @@
-#ifndef SEMAPHORE_H

-#define SEMAPHORE_H

-

-#endif /* SEMAPHORE_H */

+#ifndef SEMAPHORE_H
+#define SEMAPHORE_H
+
+#endif /* SEMAPHORE_H */
diff --git a/os/windows/posix/include/sys/ipc.h b/os/windows/posix/include/sys/ipc.h
index 2601a53..abf26e8 100644
--- a/os/windows/posix/include/sys/ipc.h
+++ b/os/windows/posix/include/sys/ipc.h
@@ -1,4 +1,4 @@
-#ifndef SYS_IPC_H

-#define SYS_IPC_H

-

-#endif /* SYS_IPC_H */

+#ifndef SYS_IPC_H
+#define SYS_IPC_H
+
+#endif /* SYS_IPC_H */
diff --git a/os/windows/posix/include/sys/mman.h b/os/windows/posix/include/sys/mman.h
index ea139ee..8edd9fc 100644
--- a/os/windows/posix/include/sys/mman.h
+++ b/os/windows/posix/include/sys/mman.h
@@ -1,36 +1,36 @@
-#ifndef SYS_MMAN_H

-#define SYS_MMAN_H

-

-#include <sys/types.h>

-

-#define PROT_NONE	0x1

-#define PROT_READ	0x2

-#define PROT_WRITE	0x4

-

-#define MAP_ANON			0x1

-#define MAP_ANONYMOUS		MAP_ANON

-#define MAP_FIXED			0x2

-#define MAP_HASSEMAPHORE	0x4

-#define MAP_INHERIT			0x8

-#define MAP_NOCORE			0x10

-#define MAP_NOSYNC			0x20

-#define MAP_PREFAULT_READ	0x40

-#define MAP_PRIVATE			0x80

-#define MAP_SHARED			0x100

-#define MAP_STACK			0x200

-

-#define MAP_FAILED			NULL

-

-#define MS_ASYNC			0x1

-#define MS_SYNC				0x2

-#define MS_INVALIDATE		0x3

-

-int posix_madvise(void *addr, size_t len, int advice);

-void *mmap(void *addr, size_t len, int prot, int flags,

-		int fildes, off_t off);

-int munmap(void *addr, size_t len);

-int msync(void *addr, size_t len, int flags);

-int munlock(const void * addr, size_t len);

-int mlock(const void *addr, size_t len);

-

-#endif /* SYS_MMAN_H */

+#ifndef SYS_MMAN_H
+#define SYS_MMAN_H
+
+#include <sys/types.h>
+
+#define PROT_NONE	0x1
+#define PROT_READ	0x2
+#define PROT_WRITE	0x4
+
+#define MAP_ANON			0x1
+#define MAP_ANONYMOUS		MAP_ANON
+#define MAP_FIXED			0x2
+#define MAP_HASSEMAPHORE	0x4
+#define MAP_INHERIT			0x8
+#define MAP_NOCORE			0x10
+#define MAP_NOSYNC			0x20
+#define MAP_PREFAULT_READ	0x40
+#define MAP_PRIVATE			0x80
+#define MAP_SHARED			0x100
+#define MAP_STACK			0x200
+
+#define MAP_FAILED			NULL
+
+#define MS_ASYNC			0x1
+#define MS_SYNC				0x2
+#define MS_INVALIDATE		0x3
+
+int posix_madvise(void *addr, size_t len, int advice);
+void *mmap(void *addr, size_t len, int prot, int flags,
+		int fildes, off_t off);
+int munmap(void *addr, size_t len);
+int msync(void *addr, size_t len, int flags);
+int munlock(const void * addr, size_t len);
+int mlock(const void *addr, size_t len);
+
+#endif /* SYS_MMAN_H */
diff --git a/os/windows/posix/include/sys/poll.h b/os/windows/posix/include/sys/poll.h
index e1626b2..f009d6e 100644
--- a/os/windows/posix/include/sys/poll.h
+++ b/os/windows/posix/include/sys/poll.h
@@ -1,15 +1,15 @@
-#ifndef SYS_POLL_H

-#define SYS_POLL_H

-

-typedef int nfds_t;

-

-struct pollfd

-{

-	int fd;

-	short events;

-	short revents;

-};

-

-int poll(struct pollfd fds[], nfds_t nfds, int timeout);

-

-#endif /* SYS_POLL_H */

+#ifndef SYS_POLL_H
+#define SYS_POLL_H
+
+typedef int nfds_t;
+
+struct pollfd
+{
+	int fd;
+	short events;
+	short revents;
+};
+
+int poll(struct pollfd fds[], nfds_t nfds, int timeout);
+
+#endif /* SYS_POLL_H */
diff --git a/os/windows/posix/include/sys/resource.h b/os/windows/posix/include/sys/resource.h
index fd46b28..aa95705 100644
--- a/os/windows/posix/include/sys/resource.h
+++ b/os/windows/posix/include/sys/resource.h
@@ -1,19 +1,19 @@
-#ifndef SYS_RESOURCE_H

-#define SYS_RESOURCE_H

-

-#define RUSAGE_SELF	0

-#define RUSAGE_THREAD	1

-

-struct rusage

-{

-	struct timeval ru_utime;

-	struct timeval ru_stime;

-	int ru_nvcsw;

-	int ru_minflt;

-	int ru_majflt;

-	int ru_nivcsw;

-};

-

-int getrusage(int who, struct rusage *r_usage);

-

-#endif /* SYS_RESOURCE_H */

+#ifndef SYS_RESOURCE_H
+#define SYS_RESOURCE_H
+
+#define RUSAGE_SELF	0
+#define RUSAGE_THREAD	1
+
+struct rusage
+{
+	struct timeval ru_utime;
+	struct timeval ru_stime;
+	int ru_nvcsw;
+	int ru_minflt;
+	int ru_majflt;
+	int ru_nivcsw;
+};
+
+int getrusage(int who, struct rusage *r_usage);
+
+#endif /* SYS_RESOURCE_H */
diff --git a/os/windows/posix/include/sys/shm.h b/os/windows/posix/include/sys/shm.h
index 6ed5957..c059274 100644
--- a/os/windows/posix/include/sys/shm.h
+++ b/os/windows/posix/include/sys/shm.h
@@ -1,41 +1,41 @@
-#ifndef SYS_SHM_H

-#define SYS_SHM_H

-

-#define IPC_RMID	0x1

-#define IPC_CREAT	0x2

-#define IPC_PRIVATE	0x4

-

-typedef int uid_t;

-typedef int gid_t;

-

-typedef int shmatt_t;

-typedef int key_t;

-

-struct ipc_perm

-{

-	uid_t    uid;    /* owner's user ID */

-	gid_t    gid;    /* owner's group ID */

-	uid_t    cuid;   /* creator's user ID */

-	gid_t    cgid;   /* creator's group ID */

-	mode_t   mode;   /* read/write permission */

-};

-

-

-struct shmid_ds

-{

-	struct ipc_perm shm_perm;   /* operation permission structure */

-	size_t          shm_segsz;  /* size of segment in bytes */

-	pid_t           shm_lpid;   /* process ID of last shared memory operation */

-	pid_t           shm_cpid;   /* process ID of creator */

-	shmatt_t        shm_nattch; /* number of current attaches */

-	time_t          shm_atime;  /* time of last shmat() */

-	time_t          shm_dtime;  /* time of last shmdt() */

-	time_t          shm_ctime;  /* time of last change by shmctl() */

-};

-

-int shmctl(int shmid, int cmd, struct shmid_ds *buf);

-int shmget(key_t key, size_t size, int shmflg);

-void *shmat(int shmid, const void *shmaddr, int shmflg);

-int shmdt(const void *shmaddr);

-

-#endif /* SYS_SHM_H */

+#ifndef SYS_SHM_H
+#define SYS_SHM_H
+
+#define IPC_RMID	0x1
+#define IPC_CREAT	0x2
+#define IPC_PRIVATE	0x4
+
+typedef int uid_t;
+typedef int gid_t;
+
+typedef int shmatt_t;
+typedef int key_t;
+
+struct ipc_perm
+{
+	uid_t    uid;    /* owner's user ID */
+	gid_t    gid;    /* owner's group ID */
+	uid_t    cuid;   /* creator's user ID */
+	gid_t    cgid;   /* creator's group ID */
+	mode_t   mode;   /* read/write permission */
+};
+
+
+struct shmid_ds
+{
+	struct ipc_perm shm_perm;   /* operation permission structure */
+	size_t          shm_segsz;  /* size of segment in bytes */
+	pid_t           shm_lpid;   /* process ID of last shared memory operation */
+	pid_t           shm_cpid;   /* process ID of creator */
+	shmatt_t        shm_nattch; /* number of current attaches */
+	time_t          shm_atime;  /* time of last shmat() */
+	time_t          shm_dtime;  /* time of last shmdt() */
+	time_t          shm_ctime;  /* time of last change by shmctl() */
+};
+
+int shmctl(int shmid, int cmd, struct shmid_ds *buf);
+int shmget(key_t key, size_t size, int shmflg);
+void *shmat(int shmid, const void *shmaddr, int shmflg);
+int shmdt(const void *shmaddr);
+
+#endif /* SYS_SHM_H */
diff --git a/os/windows/posix/include/sys/socket.h b/os/windows/posix/include/sys/socket.h
index eef3b45..4da6f2f 100644
--- a/os/windows/posix/include/sys/socket.h
+++ b/os/windows/posix/include/sys/socket.h
@@ -1,4 +1,4 @@
-#ifndef SYS_SOCKET_H

-#define SYS_SOCKET_H

-

-#endif /* SYS_SOCKET_H */

+#ifndef SYS_SOCKET_H
+#define SYS_SOCKET_H
+
+#endif /* SYS_SOCKET_H */
diff --git a/os/windows/posix/include/sys/uio.h b/os/windows/posix/include/sys/uio.h
index 077550c..25f83d6 100644
--- a/os/windows/posix/include/sys/uio.h
+++ b/os/windows/posix/include/sys/uio.h
@@ -1,16 +1,16 @@
-#ifndef SYS_UIO_H

-#define SYS_UIO_H

-

-#include <inttypes.h>

-#include <unistd.h>

-

- struct iovec

- {

-	void	*iov_base;  /* Base address of a memory region for input or output */

-	size_t	 iov_len;   /* The size of the memory pointed to by iov_base */

-};

-

- ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);

- ssize_t writev(int fildes, const struct iovec *iov, int iovcnt);

-

-#endif /* SYS_UIO_H */

+#ifndef SYS_UIO_H
+#define SYS_UIO_H
+
+#include <inttypes.h>
+#include <unistd.h>
+
+ struct iovec
+ {
+	void	*iov_base;  /* Base address of a memory region for input or output */
+	size_t	 iov_len;   /* The size of the memory pointed to by iov_base */
+};
+
+ ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);
+ ssize_t writev(int fildes, const struct iovec *iov, int iovcnt);
+
+#endif /* SYS_UIO_H */
diff --git a/os/windows/posix/include/sys/un.h b/os/windows/posix/include/sys/un.h
index 64e57a5..b9ea630 100644
--- a/os/windows/posix/include/sys/un.h
+++ b/os/windows/posix/include/sys/un.h
@@ -1,13 +1,13 @@
-#ifndef SYS_UN_H

-#define SYS_UN_H

-

-typedef int sa_family_t;

-typedef int in_port_t;

-

- struct sockaddr_un

- {

-	sa_family_t	sun_family; /* Address family */

-	char		sun_path[]; /* Socket pathname */

-};

-

-#endif /* SYS_UN_H */

+#ifndef SYS_UN_H
+#define SYS_UN_H
+
+typedef int sa_family_t;
+typedef int in_port_t;
+
+ struct sockaddr_un
+ {
+	sa_family_t	sun_family; /* Address family */
+	char		sun_path[]; /* Socket pathname */
+};
+
+#endif /* SYS_UN_H */
diff --git a/os/windows/posix/include/sys/wait.h b/os/windows/posix/include/sys/wait.h
index 9e68d54..5b8fd3a 100644
--- a/os/windows/posix/include/sys/wait.h
+++ b/os/windows/posix/include/sys/wait.h
@@ -1,12 +1,12 @@
-#ifndef SYS_WAIT_H

-#define SYS_WAIT_H

-

-#define WIFSIGNALED(a)	0

-#define WIFEXITED(a)	0

-#define WTERMSIG(a)		0

-#define WEXITSTATUS(a)	0

-#define WNOHANG			0

-

-pid_t waitpid(pid_t, int *stat_loc, int options);

-

-#endif /* SYS_WAIT_H */

+#ifndef SYS_WAIT_H
+#define SYS_WAIT_H
+
+#define WIFSIGNALED(a)	0
+#define WIFEXITED(a)	0
+#define WTERMSIG(a)		0
+#define WEXITSTATUS(a)	0
+#define WNOHANG			0
+
+pid_t waitpid(pid_t, int *stat_loc, int options);
+
+#endif /* SYS_WAIT_H */
diff --git a/os/windows/posix/include/syslog.h b/os/windows/posix/include/syslog.h
index 172261c..b8582e9 100644
--- a/os/windows/posix/include/syslog.h
+++ b/os/windows/posix/include/syslog.h
@@ -1,18 +1,18 @@
-#ifndef SYSLOG_H

-#define SYSLOG_H

-

-int syslog();

-

-#define LOG_INFO	0x1

-#define LOG_ERROR	0x2

-#define LOG_WARN	0x4

-

-#define LOG_NDELAY	0x1

-#define LOG_NOWAIT	0x2

-#define LOG_PID		0x4

-#define LOG_USER	0x8

-

-void closelog(void);

-void openlog(const char *ident, int logopt, int facility);

-

-#endif /* SYSLOG_H */

+#ifndef SYSLOG_H
+#define SYSLOG_H
+
+int syslog();
+
+#define LOG_INFO	0x1
+#define LOG_ERROR	0x2
+#define LOG_WARN	0x4
+
+#define LOG_NDELAY	0x1
+#define LOG_NOWAIT	0x2
+#define LOG_PID		0x4
+#define LOG_USER	0x8
+
+void closelog(void);
+void openlog(const char *ident, int logopt, int facility);
+
+#endif /* SYSLOG_H */