ssize_t for Ultrix
authorUlf Möller <ulf@openssl.org>
Thu, 23 Mar 2000 17:54:58 +0000 (17:54 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 23 Mar 2000 17:54:58 +0000 (17:54 +0000)
e_os.h

diff --git a/e_os.h b/e_os.h
index 8c8fb94e2c4af054bb576f52fe77a206b6629f25..dc28cd6171edf0fb78c21126c58857148e67f5f8 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -390,6 +390,12 @@ extern HINSTANCE _hInstance;
 #  endif
 #endif
 
+#if defined(__ultrix)
+#  ifndef ssize_t
+#    define ssize_t int 
+#  endif
+#endif
+
 #if defined(THREADS) || defined(sun)
 #ifndef _REENTRANT
 #define _REENTRANT