diff options
author | bcook <> | 2014-07-09 15:19:52 +0000 |
---|---|---|
committer | bcook <> | 2014-07-09 15:19:52 +0000 |
commit | 0f2875aae60895bcd999b372347b1d48169e869b (patch) | |
tree | 6b628168b1a03f329bbecf902e35a5f948aa036f /src | |
parent | 5d9826b5df86f270974b004a7ed021cfb02f6879 (diff) | |
download | openbsd-0f2875aae60895bcd999b372347b1d48169e869b.tar.gz openbsd-0f2875aae60895bcd999b372347b1d48169e869b.tar.bz2 openbsd-0f2875aae60895bcd999b372347b1d48169e869b.zip |
add <sys/filio.h> header for FIONBIO
ok beck@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/bio/b_sock.c | 3 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/bio/b_sock.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/b_sock.c b/src/lib/libcrypto/bio/b_sock.c index e14e7fedf8..cd57643b94 100644 --- a/src/lib/libcrypto/bio/b_sock.c +++ b/src/lib/libcrypto/bio/b_sock.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: b_sock.c,v 1.48 2014/07/08 11:08:37 jsing Exp $ */ | 1 | /* $OpenBSD: b_sock.c,v 1.49 2014/07/09 15:19:52 bcook Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -56,6 +56,7 @@ | |||
56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <sys/filio.h> | ||
59 | #include <sys/ioctl.h> | 60 | #include <sys/ioctl.h> |
60 | #include <sys/socket.h> | 61 | #include <sys/socket.h> |
61 | 62 | ||
diff --git a/src/lib/libssl/src/crypto/bio/b_sock.c b/src/lib/libssl/src/crypto/bio/b_sock.c index e14e7fedf8..cd57643b94 100644 --- a/src/lib/libssl/src/crypto/bio/b_sock.c +++ b/src/lib/libssl/src/crypto/bio/b_sock.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: b_sock.c,v 1.48 2014/07/08 11:08:37 jsing Exp $ */ | 1 | /* $OpenBSD: b_sock.c,v 1.49 2014/07/09 15:19:52 bcook Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -56,6 +56,7 @@ | |||
56 | * [including the GNU Public Licence.] | 56 | * [including the GNU Public Licence.] |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <sys/filio.h> | ||
59 | #include <sys/ioctl.h> | 60 | #include <sys/ioctl.h> |
60 | #include <sys/socket.h> | 61 | #include <sys/socket.h> |
61 | 62 | ||