aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2015-11-23 14:12:17 +0100
committerAndy Polyakov <appro@openssl.org>2015-11-24 23:06:13 +0100
commitf6739c3db455f37cc04a8f12f741b1521738b562 (patch)
tree57e3df3447170c4d2fc5cb9a00658f21ca35d539 /e_os.h
parentda950fd3f1c91619ec6636158d959827e48f5ab0 (diff)
downloadopenssl-f6739c3db455f37cc04a8f12f741b1521738b562.tar.gz
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 30ddbc97c8..2832f308e7 100644
--- a/e_os.h
+++ b/e_os.h
@@ -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>