diff options
author | Andy Polyakov <appro@openssl.org> | 2015-11-23 14:12:17 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2015-11-24 23:06:13 +0100 |
commit | f6739c3db455f37cc04a8f12f741b1521738b562 (patch) | |
tree | 57e3df3447170c4d2fc5cb9a00658f21ca35d539 /e_os.h | |
parent | Remove useless locking code (diff) | |
download | openssl-f6739c3db455f37cc04a8f12f741b1521738b562.tar.xz openssl-f6739c3db455f37cc04a8f12f741b1521738b562.zip |
Configuratons: add -DFILIO_H to harmonized Solaris targets.
Triggered by RT#4144.
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -539,7 +539,7 @@ struct servent *PASCAL getservbyname(const char *, const char *); # endif # endif # ifdef FILIO_H -# include <sys/filio.h> /* Added for FIONBIO under unixware */ +# include <sys/filio.h> /* FIONBIO in some SVR4, e.g. unixware, solaris */ # endif # include <netinet/in.h> # include <arpa/inet.h> |