mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
openssl: fixups for sunos
This commit is contained in:
7
deps/openssl/openssl/crypto/ui/ui_openssl.c
vendored
7
deps/openssl/openssl/crypto/ui/ui_openssl.c
vendored
@@ -122,7 +122,6 @@
|
||||
* sigaction and fileno included. -pedantic would be more appropriate for
|
||||
* the intended purposes, but we can't prevent users from adding -ansi.
|
||||
*/
|
||||
#define _POSIX_C_SOURCE 1
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@@ -176,6 +175,12 @@
|
||||
* TERMIO, TERMIOS, VMS, MSDOS and SGTTY
|
||||
*/
|
||||
|
||||
#if defined(__sun) && !defined(TERMIOS)
|
||||
# define TERMIOS
|
||||
# undef TERMIO
|
||||
# undef SGTTY
|
||||
#endif
|
||||
|
||||
#if defined(__sgi) && !defined(TERMIOS)
|
||||
# define TERMIOS
|
||||
# undef TERMIO
|
||||
|
||||
Reference in New Issue
Block a user