2009-05-22 09:11:13 UTC
diff -ruN ysmv7-20090522.orig/src/YSM_Compat.h ysmv7-20090522/src/YSM_Compat.h
--- ysmv7-20090522.orig/src/YSM_Compat.h Sun Feb 6 04:10:20 2005
+++ ysmv7-20090522/src/YSM_Compat.h Fri May 22 11:01:31 2009
@@ -92,7 +92,7 @@
#endif
/* used in *nix systems lacking posix data types */
-#ifdef MISSING_SIGNED
+/*#ifdef MISSING_SIGNED
typedef signed char int8_t;
typedef signed short int16_t;
typedef signed int int32_t;
@@ -101,7 +101,7 @@
typedef unsigned char u_int8_t;
typedef unsigned short u_int16_t;
typedef unsigned int u_int32_t;
-#endif
+#endif*/
#ifdef WIN32
typedef signed char int8_t;
@@ -110,7 +110,7 @@
typedef unsigned short u_int16_t;
typedef signed int int32_t;
typedef unsigned int u_int32_t;
-typedef SSIZE_T ssize_t;
+/*typedef SSIZE_T ssize_t;*/
#else
#include <sys/types.h>
#include <sys/wait.h>