RT3548: Remvoe unsupported platforms
This commit removes SunOS (a sentimental favorite of mine). Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
# define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
|
||||
#endif
|
||||
|
||||
#if !defined(_LIBC) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_SUNOS)
|
||||
#if !defined(_LIBC) && !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS)
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
@@ -264,10 +264,6 @@ struct IOSB {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef OPENSSL_SYS_SUNOS
|
||||
typedef int sig_atomic_t;
|
||||
#endif
|
||||
|
||||
#if defined(MAC_OS_GUSI_SOURCE) || defined(OPENSSL_SYS_NETWARE)
|
||||
/*
|
||||
* This one needs work. As a matter of fact the code is unoperational
|
||||
|
||||
Reference in New Issue
Block a user