{NEXT,OPEN}STEP don't have pid_t.
This commit is contained in:
parent
48fe0eec67
commit
fa0ca35b95
1 changed files with 3 additions and 0 deletions
3
e_os.h
3
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
|
||||
|
|
Loading…
Reference in a new issue