Skip to content

Commit

Permalink
{NEXT,OPEN}STEP don't have pid_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
45264 committed Mar 7, 2000
1 parent 48fe0ee commit fa0ca35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa0ca35

Please sign in to comment.