Update all Windows files except dobuild.cmd to use LF line endings
[fio.git] / os / windows / posix / include / syslog.h
index 172261cd1c5b57717a71af45b11065d63ac0d76e..b8582e95407523356c71e7508a4e3f5125da5a52 100644 (file)
@@ -1,18 +1,18 @@
-#ifndef SYSLOG_H\r
-#define SYSLOG_H\r
-\r
-int syslog();\r
-\r
-#define LOG_INFO       0x1\r
-#define LOG_ERROR      0x2\r
-#define LOG_WARN       0x4\r
-\r
-#define LOG_NDELAY     0x1\r
-#define LOG_NOWAIT     0x2\r
-#define LOG_PID                0x4\r
-#define LOG_USER       0x8\r
-\r
-void closelog(void);\r
-void openlog(const char *ident, int logopt, int facility);\r
-\r
-#endif /* SYSLOG_H */\r
+#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 */