From 98e81617d4084a12fb2eefeb45c79265213548eb Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 19 Sep 2002 22:39:01 +0000 Subject: [PATCH] * port-sockets.h: Include sys/filio.h if available git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14890 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 4 ++++ src/include/port-sockets.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index c1c8a865a..a043700c7 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2002-09-19 Ken Raeburn + + * port-sockets.h: Include sys/filio.h if available. + 2002-09-18 Ken Raeburn * configure.in: Check for sys/filio.h. diff --git a/src/include/port-sockets.h b/src/include/port-sockets.h index 4e49b9850..1b9be3ee1 100644 --- a/src/include/port-sockets.h +++ b/src/include/port-sockets.h @@ -84,6 +84,9 @@ typedef WSABUF sg_buf; #ifdef HAVE_SYS_UIO_H #include /* For struct iovec, for sg_buf */ #endif +#ifdef HAVE_SYS_FILIO_H +#include /* For FIONBIO on Solaris. */ +#endif /* * Compatability with WinSock calls on MS-Windows... -- 2.26.2