summaryrefslogtreecommitdiff
path: root/openbsd-compat/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/types.h')
-rw-r--r--openbsd-compat/types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/openbsd-compat/types.h b/openbsd-compat/types.h
index cc1da66..e3aa6b5 100644
--- a/openbsd-compat/types.h
+++ b/openbsd-compat/types.h
@@ -23,13 +23,6 @@ typedef uint32_t uid_t;
23#endif 23#endif
24 24
25#ifdef _MSC_VER 25#ifdef _MSC_VER
26typedef unsigned char u_char;
27typedef unsigned short u_short;
28typedef unsigned int u_int;
29typedef uint32_t in_addr_t;
30typedef uint32_t mode_t;
31typedef uint32_t uid_t;
32
33#include <basetsd.h> 26#include <basetsd.h>
34typedef SSIZE_T ssize_t; 27typedef SSIZE_T ssize_t;
35 28