Diego Biurrun
2013-02-10 11:59:16 UTC
Signed-off-by: Diego Biurrun <***@biurrun.de>
---
src/common.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/common.h b/src/common.h
index 801b8c5..c9e8351 100644
--- a/src/common.h
+++ b/src/common.h
@@ -34,11 +34,6 @@
# include <stdint.h>
#elif defined( HAVE_INTTYPES_H )
# include <inttypes.h>
-#elif defined( SYS_CYGWIN )
-# include <sys/types.h>
- /* Cygwin only defines half of these... */
- typedef u_int8_t uint8_t;
- typedef u_int32_t uint32_t;
#else
/* Fallback types (very x86-centric, sorry) */
typedef unsigned char uint8_t;
---
src/common.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/common.h b/src/common.h
index 801b8c5..c9e8351 100644
--- a/src/common.h
+++ b/src/common.h
@@ -34,11 +34,6 @@
# include <stdint.h>
#elif defined( HAVE_INTTYPES_H )
# include <inttypes.h>
-#elif defined( SYS_CYGWIN )
-# include <sys/types.h>
- /* Cygwin only defines half of these... */
- typedef u_int8_t uint8_t;
- typedef u_int32_t uint32_t;
#else
/* Fallback types (very x86-centric, sorry) */
typedef unsigned char uint8_t;
--
1.7.9.5
1.7.9.5