svn commit: samba r19367 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

lha at samba.org lha at samba.org
Tue Oct 17 09:35:46 GMT 2006


Author: lha
Date: 2006-10-17 09:35:45 +0000 (Tue, 17 Oct 2006)
New Revision: 19367

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19367

Log:
Solaris needs <sys/filio.h> for FIONREAD.

Modified:
   branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-17 06:07:54 UTC (rev 19366)
+++ branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-17 09:35:45 UTC (rev 19367)
@@ -62,6 +62,7 @@
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
+#include <sys/filio.h>
 #include <errno.h>
 #include <sys/un.h>
 #include <netinet/in.h>



More information about the samba-cvs mailing list