projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb3067
)
ssize_t for Ultrix
author
Ulf Möller
<ulf@openssl.org>
Thu, 23 Mar 2000 17:54:58 +0000
(17:54 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Thu, 23 Mar 2000 17:54:58 +0000
(17:54 +0000)
e_os.h
patch
|
blob
|
history
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