Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-12 04:56:33 +0400
committerRichard Levitte <levitte@openssl.org>2003-06-12 04:56:33 +0400
commit66ce343361fe3be2b067ab614c0e5bf22221bed3 (patch)
treefddd2fb286c8d3ce288a2209a63fbd657a7d1779 /e_os.h
parent1b9f21fdc8644914f3b6495bda6f1b9ceefe236b (diff)
Make sure ssize_t is defined on SunOS4.
PR: 585
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index f7d09c5295..b601e9333e 100644
--- a/e_os.h
+++ b/e_os.h
@@ -331,6 +331,8 @@ extern "C" {
# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP
* (unless when compiling with -D_POSIX_SOURCE,
* which doesn't work for us) */
+# endif
+# if defined(NeXT) || defined(OPENSSL_SYS_NEWS4) || defined(OPENSSL_SYS_SUNOS)
# define ssize_t int /* ditto */
# endif
# ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */