Loading apps/s_socket.c +6 −6 Original line number Diff line number Diff line Loading @@ -62,6 +62,12 @@ #include <errno.h> #include <signal.h> #ifdef FLAT_INC #include "e_os.h" #else #include "../e_os.h" #endif /* With IPv6, it looks like Digital has mixed up the proper order of recursive header file inclusion, resulting in the compiler complaining that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which Loading @@ -79,12 +85,6 @@ typedef unsigned int u_int; #include "s_apps.h" #include <openssl/ssl.h> #ifdef FLAT_INC #include "e_os.h" #else #include "../e_os.h" #endif #ifndef OPENSSL_NO_SOCK #if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK) Loading Loading
apps/s_socket.c +6 −6 Original line number Diff line number Diff line Loading @@ -62,6 +62,12 @@ #include <errno.h> #include <signal.h> #ifdef FLAT_INC #include "e_os.h" #else #include "../e_os.h" #endif /* With IPv6, it looks like Digital has mixed up the proper order of recursive header file inclusion, resulting in the compiler complaining that u_int isn't defined, but only if _POSIX_C_SOURCE is defined, which Loading @@ -79,12 +85,6 @@ typedef unsigned int u_int; #include "s_apps.h" #include <openssl/ssl.h> #ifdef FLAT_INC #include "e_os.h" #else #include "../e_os.h" #endif #ifndef OPENSSL_NO_SOCK #if defined(OPENSSL_SYS_NETWARE) && defined(NETWARE_BSDSOCK) Loading