svn commit: lorikeet r596 - in trunk/heimdal/lib/roken: .

lha at samba.org lha at samba.org
Thu Oct 19 07:27:40 GMT 2006


Author: lha
Date: 2006-10-19 07:27:39 +0000 (Thu, 19 Oct 2006)
New Revision: 596

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

Log:
merge from heimdal cvs - Include <roken.h>, gives us socklen_t on IRIX
Modified:
   trunk/heimdal/lib/roken/socket_wrapper.c


Changeset:
Modified: trunk/heimdal/lib/roken/socket_wrapper.c
===================================================================
--- trunk/heimdal/lib/roken/socket_wrapper.c	2006-10-19 05:22:07 UTC (rev 595)
+++ trunk/heimdal/lib/roken/socket_wrapper.c	2006-10-19 07:27:39 UTC (rev 596)
@@ -88,6 +88,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <stdio.h>
+#include <roken.h>
 
 #include "socket_wrapper.h"
 



More information about the samba-cvs mailing list