Update all Windows files except dobuild.cmd to use LF line endings
[fio.git] / os / windows / posix / include / sys / un.h
index 64e57a5b1182dae3904dfbbb6e84723fbfc2a630..b9ea63016c2ac73c18670d222628e171458777f4 100644 (file)
@@ -1,13 +1,13 @@
-#ifndef SYS_UN_H\r
-#define SYS_UN_H\r
-\r
-typedef int sa_family_t;\r
-typedef int in_port_t;\r
-\r
- struct sockaddr_un\r
- {\r
-       sa_family_t     sun_family; /* Address family */\r
-       char            sun_path[]; /* Socket pathname */\r
-};\r
-\r
-#endif /* SYS_UN_H */\r
+#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 */