From: Bodo Möller Date: Tue, 7 Mar 2000 09:37:19 +0000 (+0000) Subject: {NEXT,OPEN}STEP don't have pid_t. X-Git-Tag: OpenSSL_0_9_5a-beta1~89 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fa0ca35b957d7cbcc5421d98e2cb8385f5b9a1c3;p=oweals%2Fopenssl.git {NEXT,OPEN}STEP don't have pid_t. --- diff --git a/e_os.h b/e_os.h index 2147c17052..1e06e0a2fe 100644 --- a/e_os.h +++ b/e_os.h @@ -266,6 +266,9 @@ extern "C" { # ifndef NO_SYS_TYPES_H # include # 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