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:
48fe0ee
)
{NEXT,OPEN}STEP don't have pid_t.
author
Bodo Möller
<bodo@openssl.org>
Tue, 7 Mar 2000 09:37:19 +0000
(09:37 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 7 Mar 2000 09:37:19 +0000
(09:37 +0000)
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index 2147c17052208adb260988443f89ffc28d8fd443..1e06e0a2fe50eec3b6c39ca952ac6e9920c21993 100644
(file)
--- a/
e_os.h
+++ b/
e_os.h
@@
-266,6
+266,9
@@
extern "C" {
# ifndef NO_SYS_TYPES_H
# include <sys/types.h>
# endif
+# ifdef NeXT
+# define pid_t int /* pid_t is missing on NEXTSTEP/OPENSTEP */
+# endif
# define OPENSSL_CONF "openssl.cnf"
# define SSLEAY_CONF OPENSSL_CONF