summaryrefslogtreecommitdiff
path: root/openbsd-compat/types.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
committerColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
commit05fa6dd7724ccfd1c183e6e4bf9d22eb12abea8c (patch)
tree71d3eccc33c93c230b021c72f1fb9cf2247bf6c0 /openbsd-compat/types.h
parentb77d6ed4d47acbc836f05be0e9f4abeb104e21ff (diff)
parent173bfbf7886608a4a7abbfac6a42ac4bf4a3432d (diff)
Update upstream source from tag 'upstream/1.5.0'
Update to upstream version '1.5.0' with Debian dir 102fd7ed15b138200444754d256b136933185ec2
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