[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:05:47 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 98550a12103e6156c5963881205051a264049320
Author: aCaB <acab at clamav.net>
Date:   Fri Sep 25 00:38:23 2009 +0200

    fix EOL in platform.h

diff --git a/platform.h.in b/platform.h.in
index 44992eb..871eff3 100644
--- a/platform.h.in
+++ b/platform.h.in
@@ -1,35 +1,35 @@
-#ifndef _WIN32
-#define closesocket(s) close(s)
-#endif
-
-#ifndef O_BINARY
-#define O_BINARY 0
-#endif
-
-#ifndef	FALSE
-#define FALSE (0)
-#endif
-#ifndef	TRUE
-#define TRUE (1)
-#endif
-
-#ifndef MIN
-#define MIN(a, b)	(((a) < (b)) ? (a) : (b))
-#endif
-#ifndef MAX
-#define MAX(a,b)	(((a) > (b)) ? (a) : (b))
-#endif
-
-#ifndef HAVE_IN_PORT_T
-typedef	unsigned	short	in_port_t;
-#endif
-
-#ifndef HAVE_IN_ADDR_T
-typedef	unsigned	int	in_addr_t;
-#endif
-
-#ifdef _WIN32
-#define PATHSEP "\\"
-#else
-#define PATHSEP "/"
-#endif
+#ifndef _WIN32
+#define closesocket(s) close(s)
+#endif
+
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
+
+#ifndef	FALSE
+#define FALSE (0)
+#endif
+#ifndef	TRUE
+#define TRUE (1)
+#endif
+
+#ifndef MIN
+#define MIN(a, b)	(((a) < (b)) ? (a) : (b))
+#endif
+#ifndef MAX
+#define MAX(a,b)	(((a) > (b)) ? (a) : (b))
+#endif
+
+#ifndef HAVE_IN_PORT_T
+typedef	unsigned	short	in_port_t;
+#endif
+
+#ifndef HAVE_IN_ADDR_T
+typedef	unsigned	int	in_addr_t;
+#endif
+
+#ifdef _WIN32
+#define PATHSEP "\\"
+#else
+#define PATHSEP "/"
+#endif

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list